try
Just check your example, and the subgrid model is not the same provided in docs. Please check it again
Regards
Tony
Hello,
Thanks. Fixed.
Best Regards
Tony
Hello,
Could you please try to return only
Hello,
Thanks for considering this. Also we make the tree grid in mind that this way it will be faster!?!
Since it is a very difficult to determine where the problem is, could you please send me a link to the problem,
so I can see what is happen.
Thank you
Best Regards
Tony
Hello,
Thanks, but if you metioted in dev version there is another CSS called jquery.searchFilter.css
This is because searchFilter is separate plugin and the author want to separate these in dev version.
Best Regards
Tony
Hello,
This code will do nothing
Hello,
In order to see what is happen, please post a code or send a link to the problem.
Regards
Tony
Hello,
Could you plese post the test case or provide a link to the problem?
Thanks
Best Regards
Tony
Hello,
The error is in your code
jQuery(document).ready(function(){
Hello,
You can play with onSelectRow, also using the example from the demo you can replace restoreRow with saveRow
Something like
onSelectRow: function(id){
if(id && id!==lastsel){
jQuery('#rowed3').jqGrid('saveRow',lastsel);
jQuery('#rowed3').jqGrid('editRow',id,true);
lastsel=id; }
},
Hello,
aftersavefunc is called in clientArray mode too at end of the process – you will need just to try
Regards
Tony
Hello,
Do you have a d property or not in your response – i.e if this is exactley your response then you should remove the d. from the jsonReader.
Regards
Tony
Hello,
1. Please check the onSelectAll event
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events
2. check
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top