Change
eventsFired when the data source is populated from a JavaScript array or a remote service, a data item is inserted, updated or removed, the data items are paged, sorted, filtered, or grouped.
The event handler function context (available via the this keyword) will be set to the data source instance.
Event Data
e.sender kendo.data.DataSource
The data source instance which fired the event.
e.action String (optional)
String describing the action type (available for all actions other than "read").
The possible values are:
"itemchange""add""remove""sync"
e.field String (optional)
A string describing the field that is changed (available only for the "itemchange" action).
e.items Array
The array of data items that were affected (or read).