Hi,
i'm using a kendo-datasource-wrapper with a grid wrapped as well.
the thing is that from the server i'm getting this by design
{ result: true/false, data: [], // Array with the data for the grid message: '' // this one is in case of an exception this will show the message in the UI}
the thing is that i don't know how to parse that data to show it in the grid is there any way?
Thanks.
Regards!