tony

Forum Replies Created

Viewing 15 replies - 6,451 through 6,465 (of 7,981 total)
  • Author
    Replies
  • in reply to: jqGrid 3.3 with jQuery 1.3 gives problems in IE6 #85041
    tony
    Keymaster

    Hello,

    The problem is in jQuery 1.3.1 and IE. The selector td:nth-child does not work. I will make a ticket for this problem in the jQuery bug tracker.

    Regards

    Tony

    in reply to: Initialize search grid #85037
    tony
    Keymaster

    Hello,

    if(back button condition) {

    $(“#mygrid”).setGridParam({datatype:'clientSide'});

    jQuery('#sg_Nom').val('AGF');
    var cs = jQuery('#t_listSociete')[0];

    $(“#mygrid”).setGridParam({datatype:'xml'});
    cs.triggerSearch();

    }

    Enjoy

    Regards

    Tony

    in reply to: Initialize search grid #85035
    tony
    Keymaster

    Hello,

    As you can see the expression

    cs.triggerSearch();

    should be called with delay (use setTimeout ) for this purpose.

    It is unknwn which request will be done first those from grid or those from triggerSerch

    Regards

    Tony

    in reply to: Should the edit rule for integers allow negative integers? #85034
    tony
    Keymaster

    Hello,

    Thank you. You have right. This behaviour is changed in beta 2. For those that do not want to use negative value

    in reply to: Table Refresh? #85033
    tony
    Keymaster

    Hello

    $(”#mygrid”).jqGrid({…..});

    setInterval(function() { $(”#mygrid”).trigger(”reloadGrid”);},5000);

    Also search this forum, there is a working exmple here.

    Regards

    Tony

    in reply to: Grid as subgrid changes row id numbers in main grid #85032
    tony
    Keymaster

    Hello,

    Thank you for this. For the final relese this method will support not only the column number, but column names too. This way it will be easy.

    Best Regards

    Tony

    in reply to: navgrid Find Records Error Help #85031
    tony
    Keymaster

    Hello,

    Please read my post carefully.

    Regards

    Tony

    in reply to: Grid not loading in IE7 #85030
    tony
    Keymaster

    Hello,

    Check in IE7 that all files are loaded. There is a such tool in IE7.

    Also check if you have unneeded comma in the definition of the grid.

    Regards

    Tony

    in reply to: Multiple bugs #85022
    tony
    Keymaster

    Hello,

    Could you confirm this behaviour with jqGrid 3.4 beta ?

    Regards

    Tony

    in reply to: navgrid Find Records Error Help #85021
    tony
    Keymaster

    Hello,

    I suppose you use jQuery 1.3.1 – right – if so you should wait a day or two when I publish the second beta which is compatible with 1.3.1 version of jQuery.

    Regards

    Tony

    in reply to: disable title #85018
    tony
    Keymaster

    Hello,

    Use the setCell method to set your own title. Check the news for 3.4 release.

    Currentlly there is a litte bug for this, but I will publish the fix as soon as possible.

    Best Regards

    Tony

    in reply to: Text overflow not working. #85017
    tony
    Keymaster

    Hello,

    Thank you, I will consider this issue – i.e. will make some tests and will include it in the second beta soon.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    You can use afterComplete event in the grid to add automatically row of the subgrid. Check this forum – there is a such solution.

    Regards

    Tony

    in reply to: Multiselect Option #85012
    tony
    Keymaster

    Hello,

    Check the new 3.4 versipon of jqGrid – option multiboxonly:true

    Regards

    Tony

    in reply to: Post multiselect grig #85011
    tony
    Keymaster

    Hello,

    Maybe it is a good idea to use ajax for this purpose.

    Regards

    Tony

Viewing 15 replies - 6,451 through 6,465 (of 7,981 total)

Stay connected with us in your favorite flavor!