The data in my json is actually at a child level: query/data.
I have defined a custom jsonReader but I'm not sure
how or if it is possible to specifiy the root
when it is a child of another node.
The reader seems to be working because the pager is displaying
the correct values but the grid is not displaying any data rows.
Firebug does not generate any errors.
I've tried root:”DATA”, root:”QUERY[1]” and neither works.
I'm a bit of a json newbie so they are mainly guesses.
Here is my jsonReader:
jsonReader: {root:”DATA”,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top