New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Events Overview
Updated over 6 months ago
The RadDataForm control supports the following client-side events.
| Event | Description |
|---|---|
| OnCommand | Raised for every command that is about to be executed. |
| OnDataFormCreated | Raised after the client-side object of RadDataForm was created |
| OnDataFormCreating | Raised just before RadDataForm is created |
| OnDataFormDestroying | Raised just before RadDataForm is destroyed |
| OnGetValues | Raised when values are retrieved from Edit/Insert template. Used with client-side binding. |
| OnSetValues | Raised when values are set in the fields in the ItemTemplate . Used with client-side binding. |