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
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
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
Hello,
Thank you. You have right. This behaviour is changed in beta 2. For those that do not want to use negative value
Hello
$(”#mygrid”).jqGrid({…..});
setInterval(function() { $(”#mygrid”).trigger(”reloadGrid”);},5000);
Also search this forum, there is a working exmple here.
Regards
Tony
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
Hello,
Please read my post carefully.
Regards
Tony
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
Hello,
Could you confirm this behaviour with jqGrid 3.4 beta ?
Regards
Tony
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
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
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
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
Hello,
Check the new 3.4 versipon of jqGrid – option multiboxonly:true
Regards
Tony
Hello,
Maybe it is a good idea to use ajax for this purpose.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top