Hello,
Something is wrong into the code. setGridParam is a part of the core grid and it should exists. Do you use iframe?
Regrds
Tony
Hello,
Another possible solution is to use xmlstring option:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#xml_string
Regards
Tony
Hello,
$.each(idList,function(i){
alert(this.id);
alert(i);
});
Regards
Tony
Hello,
Thanks. Fixed.
Regards
Tony
Hello,
I think you misunderstud how jqGrid works.
To be a clear you use a xml file. In princip this is a static file and it is not generated from any server side language dynamically.
Short : if you load data this way you can not.
1. Perform search
2. Add/update or delete to this file (or you can do this, but you should use again server side language like PHP, ASP…)
Best Regards
Tony
Hello,
Check the 3.6 beta. You have a possibility to define your serialization for posting the data using custom onserialize function
Hello,
I think you do not have downloaded all the needed modules when you build the download or be a sure that all the javascript files are loaded correct.
Regards
Tony
Hello,
Read to the end.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_dot_notation
Regards
Tony
Hello,
Read the docs. To every custom button is attached id (or you can set your own). Then it is easy to hide and show it.
Regards
Tony
Hello,
Need a link to the problem.
Regards
Tony
Hello,
As Rumen say – it is not a good idea.Moreover this will not work, since the grid is enclosed in many div's
you can
var mygrid
Hello,
I think we have one. Just go in the wiki page and you will see that after every chapter we have HOWTO. Feel free to register and update the docs.
Regards
Tony
Hello,
When recreateForm is true it should work. Also check to see in form events what you have for dataUrl using the getColProp.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top