Hi,
I'l unabled to populate a jqgrid with json data :
the data :
{ “total”: “1”,”page”: “1”,”records”: “9”,”rows”:[ { “id”: 1,”cell”:[ “1”,”Davolio”,”Nancy”,”F”]}, { “id”: 2,”cell”:[ “2”,”Fuller”,”Andrew”,”F”]}, { “id”: 3,”cell”:[ “3”,”Leverling”,”Janet”,”F”]}, { “id”: 4,”cell”:[ “4”,”Peacock”,”Margaret”,”F”]}, { “id”: 5,”cell”:[ “5”,”Buchanan”,”Steven”,”F”]}, { “id”: 6,”cell”:[ “6”,”Suyama”,”Michael”,”M”]}, { “id”: 7,”cell”:[ “7”,”King”,”Robert”,”M”]}, { “id”: 8,”cell”:[ “8”,”Callahan”,”Laura”,”M”]}, { “id”: 9,”cell”:[ “9”,”Dodsworth”,”Anne”,”M”]} ]}
the script :
|
1 |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top