GridControl Events
The Data 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 |
Cell |
Occurs when a cell value is changed. |
Cell |
Occurs when a user edits a cell value (for example, types or deletes a character, or chooses a value from the drop-down list). |
Clipboard |
Occurs before the Grid |
Clipboard |
Occurs before clipboard data is pasted in the Grid |
Context |
Occurs after a user closes a context menu. |
Context |
Occurs after a user opens a context menu. |
Context |
Occurs before a user opens a context menu. |
Current |
Occurs after the focused column has been changed.
Inherited from Data |
Current |
Occurs after the focused row is changed.
Inherited from Data |
Custom |
Allows you to customize cell appearance.
Inherited from Data |
Custom |
Allows you to customize a data cell’s display text. |
Custom |
Provides the capability to group data using custom rules. |
Custom |
Enables you to sort data using custom rules. |
Custom |
Allows you to display custom text in group rows. |
Custom |
Allows you to use custom rules to filter data rows. |
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. |
Custom |
Allows you to specify unique values displayed in a column’s drop-down filter.
Inherited from Data |
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 is closed. |
Init |
Allows you to initialize a new row with default values. |
Invalid |
Occurs when a row fails validation or cannot be saved to a data source. |
Items |
Occurs after the Data |
Row |
Occurs when the changes made in a row are discarded. |
Row |
Occurs when the Grid |
Selection |
Occurs after grid’s selection is changed. |
Show |
Enables you to customize a column’s drop-down filter.
Inherited from Data |
Shown |
Occurs after the focused cell’s editor is shown. |
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 |
Allows you to validate row values. |
See Also