GridControl Events
The grid control.
Name | Description |
---|---|
Adding |
Fires before a new row is added to the data source via the Grid. |
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.
Inherited from Grid |
Cell |
Fires in response to changing the edit value.
Inherited from Grid |
Columns |
Obsolete. Occurs after the columns have been automatically generated.
Inherited from Data |
Context |
Occurs after the context menu has been closed. |
Context |
Occurs after the context menu has been opened. |
Context |
Occurs before the context menu is opened. |
Current |
Occurs after the focused column has been changed.
Inherited from Data |
Custom |
Allows you to customize cell appearance. |
Custom |
Provides the capability to group data using custom rules. |
Custom |
Enables you to sort data using custom rules. |
Custom |
Enables you to provide custom content for group rows.
Inherited from Grid |
Custom |
Allows you to calculate summary values manually. |
Custom |
Enables you to specify which summaries should be calculated and displayed. |
Custom |
Enables data to be supplied to unbound columns. |
End |
Occurs after the grouping operation has been completed. |
End |
Occurs after a sorting operation has been completed. |
Filter |
Occurs after the grid’s filter has been changed.
Inherited from Data |
Group |
Occurs after a group row has been collapsed. |
Group |
Occurs when a group row is about to be collapsed, allowing cancellation of the action. |
Group |
Occurs after a group row has been expanded. |
Group |
Occurs when a group row is about to be expanded, allowing cancellation of the action. |
Hidden |
Occurs after a cell’s editor has been closed.
Inherited from Grid |
Init |
Allows you to initialize a new row with default values. |
Invalid |
Fires when a row fails validation or when it cannot be saved to a data source.
Inherited from Grid |
Items |
Occurs after the Data |
Property |
Occurs every time any of the Data |
Row |
Inherited from Grid |
Row |
Inherited from Grid |
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.
Inherited from Grid |
Start |
Occurs before a grouping operation is started. |
Start |
Occurs before a sorting operation is started. |
Validate |
Enables you to specify whether the focused cell’s data is valid, and whether the cell’s editor can be closed. |
Validate |
Enables you to specify whether the focused row’s data is valid, and whether the row can lose focus. |
See Also