Hi,
I would like to populate a grid with json data, but i don't have control over the json format, after reading the wiki it seems that i need some items in the data like num of records and so even if i use jsonReader, but the format i have is:
{"personae":[{"id":1,"version":0,"nombre":"juan","apellidos":"cuesta","edad":12},{"id":2,"version":0,"nombre":"pepe","apellidos":"cuest","edad":23}]}
I've not been able to populate the grid, i can convert the data to array and use it but i'll loose paging functionality, the same happends if i use json string.
Anybdoy knows if i can use that data's fromat with jqgrid? An if so How?
Thanks in advance, Ra
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top