I am trying to reproduce in my server the example “Dialogs: Edit, Add, Delete” that appears in this link http://www.guriddo.net/demo/demos/jqgrid/
On my server I create one file with the html code shown in the example and another json file with the example data.
jqgrid key parameters are:
url: ‘data.json’, editurl: ‘clientArray’, datatype: “json”,
In the code I do not see where the “clientArray” is declared or how I can access that array.
When I run the example, the grid foot shows “View 1 – 10 of 131” but I do not see any data in the grid.
Do I have to add any additional code to the example?
I have observed the browser console and it does not show any error message.
Some help?