Hi,
I'm trying to use jqGrid to display data using JSON but the table is showing but data is not loaded. When I checked in firebug, the result is successfully fetched.
Below is the result which i copied from firebug:
|
1 |
{"d":{"__type":"MasterClass+MainGrid","total":"1","page":"1","records":"3","rows":[{"id":"1","cell":</code><code>["cell1 ","cell2 ","cell3"]},{"id":"2","cell":["a1","a2","a3"]},{"id":"3","cell":["b1","b2","b3"]}]}</code><code>}<br /><br />Can anyone help me on this? Thanks! |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top