GridControlBase Events
Serves as the base class for data-aware controls (e.g., GridControl).
Name | Description |
---|---|
Auto |
Occurs after the columns have been automatically generated.
Inherited from Data |
Auto |
Occurs each time an individual column is auto-generated.
Inherited from Data |
Before |
Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e. |
Cell |
Occurs after a cell’s value has been changed. |
Cell |
Fires in response to changing the edit value. |
Columns |
Obsolete. Occurs after the columns have been automatically generated.
Inherited from Data |
Current |
Occurs after the focused column has been changed.
Inherited from Data |
Custom |
Enables you to provide custom content for group rows. |
Filter |
Occurs after the grid’s filter has been changed.
Inherited from Data |
Hidden |
Occurs after a cell’s editor has been closed. |
Invalid |
Fires when a row fails validation or when it cannot be saved to a data source. |
Items |
Occurs after the Data |
Property |
Occurs every time any of the Data |
Row |
|
Row |
|
Selected |
Occurs after the selected item has been changed.
Inherited from Data |
Selection |
Occurs after grid’s selection has been changed.
Inherited from Data |
Show |
Enables you to customize a column’s filter dropdown.
Inherited from Data |
Shown |
Occurs after the focused cell’s editor has been shown. |
See Also