GridClientSideEvents Properties
Serves as a base for classes that list client-side events available for grid-like controls.| Name | Description |
|---|---|
| BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
| CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
| EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
| KeyDown | Specifies a JavaScript function name or code that handles the client-side ASPxClientGridBase.KeyDown event. |
| KeyPress | Specifies a JavaScript function name or code that handles the client-side ASPxClientGridBase.KeyPress event. |
| KeyUp | Specifies a JavaScript function name or code that handles the client-side ASPxClientGridBase.KeyUp event. |
See Also