I have created a data source and I need to parse the data that comes in so it is in the appropriate structure for my grid. I normally do this with parse and all is well.
In this scenario, I need to programatically set the data. When I do this by using the DataSource.data member, then parse is never called.
I have an example in this fiddle: http://jsfiddle.net/grippstick/tjmKm/
If you click switch data you will see the grid populate with the new data, but the parse function is never called.
In this scenario, I need to programatically set the data. When I do this by using the DataSource.data member, then parse is never called.
I have an example in this fiddle: http://jsfiddle.net/grippstick/tjmKm/
If you click switch data you will see the grid populate with the new data, but the parse function is never called.