1. We are using Kendo read-only grid.http://demos.telerik.com/kendo-ui/grid/index
2. The Kendo grid will fetch latest data from backend at a regular interval.
3. We want to notify the user what has changed between current and last fetch where inserting new rows, updating or deleting existing rows constitute change.
Questions
1. Does Kendo datasource provide a built-in api which we could leverage to track changes?.
2. If aforesaid requirement is not supported out of box then how best this can be achieved by using Kendo api, jQuery and raw javascript. A code snippet demonstrating the notion will be appreciated.
2. The Kendo grid will fetch latest data from backend at a regular interval.
3. We want to notify the user what has changed between current and last fetch where inserting new rows, updating or deleting existing rows constitute change.
Questions
1. Does Kendo datasource provide a built-in api which we could leverage to track changes?.
2. If aforesaid requirement is not supported out of box then how best this can be achieved by using Kendo api, jQuery and raw javascript. A code snippet demonstrating the notion will be appreciated.