ASPxGridBase Events
Serves as the base class that implements the main functionality of grid-like controls (such as ASPxGridView, ASPxCardView and ASPxVerticalGrid).
Name | Description |
---|---|
Batch |
Occurs after an end-user clicks the Update button in batch edit mode and allows you to provide a custom data updating mechanism. |
Before |
Occurs before the grid content is exported and allows you to customize export settings. |
Before |
Occurs after a callback sent by the current control has been processed on the server, but prior to the time the respective callback result render is formed. |
Before |
Occurs before the control obtains data from a data source. |
Callback |
Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control.
Inherited from ASPx |
Client |
Enables you to save and restore the previously saved layout of the grid. |
Custom |
Enables you to display custom text in the filter bar, corresponding to the current filter expression. |
Custom |
Enables you to calculate summary values manually. |
Data |
Occurs when the server control binds to a data source. Inherited from Control. |
Data |
Occurs after the server control binds to the data source.
Inherited from ASPx |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP. |
Filter |
Occurs after all filter control columns have been created. |
Filter |
Allows you to replace the default criteria value editor with a custom editor. |
Filter |
Fires when an editor in the criteria value is initialized. |
Filter |
Allows you to specify the entered filter value’s custom display text to be displayed when the filter control’s condition value editor is inactive. |
Filter |
Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu. |
Filter |
Enables you to process and modify an entered value before it is actually accepted by the filter control. |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
Page |
Fires after the selected page has been changed. |
Page |
Fires on the server side after the page size, i. |
Parse |
Enables you to process and modify an entered value before it is actually accepted by the grid. |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Selection |
Fires when the row selection changes. |
Substitute |
Allows you to replace a filter applied with another filter. |
Substitute |
For internal use only. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also