Hi,
I am a new bee to Jquery world and of course JqGrid.
First of all i would like to say its a awesome tool and very well documented (atleast best i could find).
I just like to report a little in documentation.
Please correct the following line:
jQuery(“list”).addRowData(“1”, myfirstrow);
it should be:
jQuery(“#list”).addRowData(“1”
for beginners like me that will be help full
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top