DHTMLX Grid

I’m planning to migrate the grids in my application to DHTMLX Grids. Though my sample works fine with xml. I wanted them to be implemented with JSON.

I didn’t see any example with C# and JSON. Only one i could figure it out from Codeproject, which is again MVC. My project is not an MVC project. it will be better if i can get an example of grid using JSON & C#.

Also, i have few questions. Is it mandatory for me to have the same format of JSON shown in the samples of DHX website? In that case does DHX has any wrapper classes to get the user data converted to the format which grid is using?

Shan