New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Events
Updated over 6 months ago
The following table decribes the client-side events provided by RadClientDataSource
Table 1: RadClientDataSource client-side events
| Name | Description |
|---|---|
| OnRequestStart | Gets or sets the client-side event which will be fired when a RadClientDataSource remote service or page request is started. |
| OnRequestEnd | Gets or sets the client-side event which will be fired when a RadClientDataSource remote request finished. |
| OnRequestFailed | Gets or sets the RadClientDataSource client-side event which will be fired when the remote request has failed. |
| OnChange | Gets or sets the RadClientDataSource client-side event which will be fired when a change in the data is applied. |
| OnCommand | Gets or sets the client-side event which will be fired when a RadClientDataSource command occurs. |
| OnCustomParameter | Gets or sets the RadClientDataSource client-side event which will be fired when a custom mapping of the request parameters can be perfomred. |
| OnSync | Fired after the data source saves data item changes. The data source saves the data item changes when the sync method is called. |
| OnDataRequested | Gets or sets the RadClientDataSource client-side event which will be fired after the data has been requested from the service. |
| OnDataParse | Gets or sets the RadClientDataSource client-side event which can be used to additionally parse the response before it is further processed by the control. |