Hello,
Before the new release, if i wanted to get the JSON object model in a data source, i did :
But now, in the JSON string i have also a "_events" node inside it.
So, how can i get real data ?
Here the jsFiddle : http://jsfiddle.net/eyAkP/13/
Best Regards,
Guillaume
Before the new release, if i wanted to get the JSON object model in a data source, i did :
JSON.stringify(myGrid.dataSource.data());
So, how can i get real data ?
Here the jsFiddle : http://jsfiddle.net/eyAkP/13/
Best Regards,
Guillaume