Hello,
I am new to jqGrid and I wonder how data are manage by the system.
I would like to know if jqGrid use the data return by the server and saved in the client cache (responseText) or if it use the Mydata provided to the addJSONData (e.g. mygrid.addJSONData(JSON.parse(Mydata )).
I will try to explain my problem better. Actually, I make an ajax call to get the data from a server (json) and that's working. But, I need to make some change in the data received before displaying them because they are not in the json format. Is it possible ? if yes, how can I do that, please ?
Actually, I succed to display a blank table with the pager almost well configured. I meand, everything is all right in the pager but the actual page is set to “0″ instead of “1″.
I don't get error in firebug so things looks ok… So, I don't understand why that's not working.
Can anyone help me ?
Here my code :
// We use a document ready jquery function.
jQuery(document).ready(function(){
gridimgpath = 'themes/sand/images';
jQuery(“#list2”).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top