Hi,
I have a server that returns JSON data for jqgrid in the format with root element, like:
{”data”:{”currPage”:1,”totalPages”:1,”totalRecords”:2,”users”:[{“id”:1, name”:”x1″, email:”e1″},{“id”:2,email:”e2″}]}}
I was trying to use the dot notation for root, page, etc, but with no luck.
jsonReader: {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top