RequestStart
eventsFired when the data source makes a remote service request.
The event handler function context (available via the this keyword) will be set to the data source instance.
It is possible to prevent the remote request. To achieve this, execute e.preventDefault() in the handler function.
This event can be prevented only for
readrequests.
Event Data
e.sender kendo.data.DataSource
The data source instance which fired the event.
e.type String
The type of the request.
Set to:
"create""read""update""destroy"