Skip to main content
A newer version of this page is available. .

GridControlBase Events

Serves as the base class for data-aware controls (e.g., GridControl).
Name Description
AutoGeneratedColumns Occurs after the columns have been automatically generated. Inherited from DataControlBase.
AutoGeneratingColumn Occurs each time an individual column is auto-generated. Inherited from DataControlBase.
BeforeLayoutRefresh Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e.g. moving row focus, row scrolling, sorting, etc.). Inherited from DataControlBase.
CellValueChanged Occurs after a cell’s value has been changed.
CellValueChanging Fires in response to changing the edit value.
ColumnsPopulated Obsolete. Occurs after the columns have been automatically generated. Inherited from DataControlBase.
CurrentColumnChanged Occurs after the focused column has been changed. Inherited from DataControlBase.
CustomGroupDisplayText Enables you to provide custom content for group rows.
FilterChanged Occurs after the grid’s filter has been changed. Inherited from DataControlBase.
HiddenEditor Occurs after a cell’s editor has been closed.
InvalidRowException Fires when a row fails validation or when it cannot be saved to a data source.
ItemsSourceChanged Occurs after the DataControlBase.ItemsSource property has been changed. Inherited from DataControlBase.
PropertyChanged Occurs every time any of the DataControlBase class properties have changed their value. Inherited from DataControlBase.
RowCanceled
RowUpdated
SelectedItemChanged Occurs after the selected item has been changed. Inherited from DataControlBase.
SelectionChanged Occurs after grid’s selection has been changed. Inherited from DataControlBase.
ShowFilterPopup Enables you to customize a column’s filter dropdown. Inherited from DataControlBase.
ShownEditor Occurs after the focused cell’s editor has been shown.
See Also