griffiti93
11-20-2006, 07:35 PM
I am attempting to setup a JSON DataModel for use with a Grid. The server code is returning a collection of objects with plain vanilla JSON encoding, as such:
[{property: value, property: value},
{property: value, property: value},
{property: value, property: value}]
I don't really have a "root" as pointed out in the comments section of the JSONDataModel.js source file. I'm not sure if that's why I am not seeing anything or not. Is "root" required for the schema definition?
[{property: value, property: value},
{property: value, property: value},
{property: value, property: value}]
I don't really have a "root" as pointed out in the comments section of the JSONDataModel.js source file. I'm not sure if that's why I am not seeing anything or not. Is "root" required for the schema definition?