Push
eventsFired when the data source receives a push notification or the pushCreate, pushUpdate, or pushDestroy methods are called.
Event Data
e.items Array
The array of data items that were affected by the push notification.
e.type String
The type of the push notification.
One of the following values:
"create""update""destroy"
e.sender kendo.data.DataSource
The data source instance which fired the event.