tony

Forum Replies Created

Viewing 15 replies - 4,171 through 4,185 (of 7,981 total)
  • Author
    Replies
  • in reply to: IE bug when div parent is overflow:auto #90786
    tony
    Keymaster

    Hello,

    It is not a bug in jqGrid, but in IE. Nothing to fix.

    Try:

    in reply to: stype=”select” search field name is wrong #90785
    tony
    Keymaster

    Hello,

    @magic_pie4 – In case of single search that are the parameters. Please refer to docs in order to see the difference.

    @ssss…s – I have made the changes in GitHub.

    Tony

    in reply to: Inline Edit: Custom Input #90784
    tony
    Keymaster

    Hello,

    Thanks for this. I fixed this. The problem was if the value is empty.

    The changes are in GitHub.

    Please let me know if the fix work.

    Regards

    Tony

    in reply to: Custom Input: Form Editing el.val() always undefined #90783
    tony
    Keymaster

    Mark, Basdub,

    Thanks. I have made the needed fixes. Appart from this there was another bug in case when the value is empty –

    I compare it like this

    tmp[nm] = cm.editoptions.custom_value($(“.customelement”,this));

    if(!tmp[nm]) ….

    which is wrong if the value is 0 or empty.

    Also I will update the documentation in case of formediting

    The changes are in GitHub.

    Thanks again

    Tony

    in reply to: ajaxGridOptions Success Function Not Called #90743
    tony
    Keymaster

    Hello,

    What is your datatype parameter? If it is local, xmlstring or jsonstring this will not work.

    Regards

    Tony

    in reply to: getRowData() without rowid not work #90742
    tony
    Keymaster

    Hello,

    The functionality is a vailable for 3.6 only version

    Regards

    Tony

    in reply to: Customizing Form in Modal Dialog #90741
    tony
    Keymaster

    Hello Andrew,

    Thanks for this. I too think about this. Yes template is one good solution and I think it can be realized. Will be a job for 3.7 release.

    Best Regards

    Tony

    in reply to: Version 3.5.3 Download #90739
    tony
    Keymaster

    Hello,

    Currently we do not provide a download link for 3.5.3. Should add one.

    Regards

    Tony

    in reply to: Inline edit: rowid update & dates #90738
    tony
    Keymaster

    Hello,

    This is true, we post what is putted and your way is right.

    Regards

    Tony

    in reply to: no data display with JQGrid and Turbogears #90736
    tony
    Keymaster

    Hello,

    Any error in the console.

    Also in this case you should set cell to empty string in jsonReader: See here:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data

    jsonReader : {

    in reply to: Programtically show the “Loading” box #90735
    tony
    Keymaster

    Hello,

    There is a way to do this, but if you use formedit module the indicator will not show (it will be behind the form). Also I suggest you to use the new ajax settings and construct your own indicator. See what is new in 3.6.

    Regards

    Tony

    in reply to: jqGrid 3.6: error with columnChooser #90734
    tony
    Keymaster

    Hello,

    When you download the grid be a sure that you mark grid.jqueryui.js. Also you can check if this is available if you open the jquery.jqGrid.min.js file and look which modules are included in the download.

    Best Rgerads

    Tony

    in reply to: Lookup off of an add or edit field cell #90733
    tony
    Keymaster

    Hello,

    I think that autocomplete plugin is a good choice for this.

    Best Regards

    Tony

    in reply to: Grid IDs #90732
    tony
    Keymaster

    Hello,

    It is not recommanded to use equal ids in the same grid. In order to understand how we attach ids you need to look here:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data

    getRowData get what you put in the grid. A special case is when you use formatter – in this case you gat wat you put and not the generated content.

    In order to get a link you will need to know the id and the index of the column

    var mylink = $(“td:eq(myindex)”,”#myrowid”).html()

    Regards

    Tony

    in reply to: How hide for subgrid ? #90731
    tony
    Keymaster

    Hello,

    I do not see image, the problem too.

    Regards

    Tony

Viewing 15 replies - 4,171 through 4,185 (of 7,981 total)

Stay connected with us in your favorite flavor!