GridControl Events
The grid control.
Name | Description |
---|---|
Auto |
Occurs each time an individual column is auto-generated. |
Calculate |
Allows you to calculate summary values manually. |
Customize |
Allows you to customize the appearance of cells in the grid. |
Customize |
Enables custom display text to be provided for any data cell. |
Custom |
Enables you to populate unbound columns with data, and save changes made by end-users in unbound columns. |
End |
Occurs after a row editor (an in-place editor or edit form, depending on the edit mode set in the grid) is closed and modified cell values are applied or canceled. |
Filter |
|
Group |
Occurs after a group row has been collapsed. |
Group |
Occurs before a group row is collapsed. |
Group |
Occurs after a group row has been expanded. |
Group |
Occurs before a group row is expanded. |
Horizontal |
Occurs after the Grid |
Init |
Enables you to initialize newly added rows. |
Load |
Occurs when an end-user scrolls to the bottom of the grid to load new data items. |
Popup |
Enables you to customize the grid’s popup menus. |
Pull |
Occurs when an end-user pulls the grid down to refresh its content. |
Row |
|
Row |
Occurs when a data row is tapped. |
Selection |
Occurs after the selection has been changed. |
Swipe |
Occurs when a swipe button is tapped. |
Swipe |
Occurs before a swipe button is shown when an end-user swipes left to right, or right to left, over a data row. |
See Also