React DataGrid Events
This section describes events fired by this UI component.
See Also
adaptiveDetailRowPreparing
Raised before an adaptive detail row is rendered.
Event
Main article: onAdaptiveDetailRowPreparing
See Also
cellDblClick
Raised when a cell is double-clicked or double-tapped.
Event
Main article: onCellDblClick
See Also
cellHoverChanged
Raised after the pointer enters or leaves a cell.
Event
Main article: onCellHoverChanged
See Also
contentReady
Raised when the UI component is rendered and each time the component is repainted.
Event
Main article: onContentReady.
See Also
contextMenuPreparing
Raised before the context menu is rendered.
Event
Main article: onContextMenuPreparing
See Also
dataErrorOccurred
Raised when an error occurs in the data source.
Event
Main article: onDataErrorOccurred
See Also
disposing
Raised before the UI component is disposed of.
Event
Main article: onDisposing
See Also
editCanceled
Raised after row changes are discarded.
Event
Main article: onEditCanceled
See Also
editCanceling
Raised when the edit operation is canceled, but row changes are not yet discarded.
Event
Main article: onEditCanceling
See Also
editingStart
Raised before a cell or row switches to the editing state.
Event
Main article: onEditingStart
See Also
editorPrepared
Raised after an editor is created.
Event
Main article: onEditorPrepared
See Also
editorPreparing
Raised before an editor is created.
Event
Main article: onEditorPreparing
See Also
focusedCellChanged
Raised after the focused cell changes.
Event
Main article: onFocusedCellChanged
See Also
focusedCellChanging
Raised before the focused cell changes.
Event
Main article: onFocusedCellChanging
See Also
focusedRowChanged
Raised after the focused row changes. Applies only when focusedRowEnabled is true.
Event
Main article: onFocusedRowChanged
See Also
focusedRowChanging
Raised before the focused row changes. Applies only when focusedRowEnabled is true.
Event
Main article: onFocusedRowChanging
See Also
initialized
Raised only once, after the UI component is initialized.
Event
Main article: onInitialized
See Also
initNewRow
Raised before a new row is added to the UI component.
Event
Main article: onInitNewRow
See Also
keyDown
Raised when the UI component is in focus and a key has been pressed down.
Event
Main article: onKeyDown
See Also
optionChanged
Raised after a UI component property is changed.
Event
Main article: onOptionChanged
See Also
rowDblClick
Raised when a row is double-clicked or double-tapped.
Event
Main article: onRowDblClick
See Also
rowInserted
Raised after a new row has been inserted into the data source.
Event
Main article: onRowInserted
See Also
rowInserting
Raised before a new row is inserted into the data source.
Event
Main article: onRowInserting
See Also
rowRemoved
Raised after a row has been removed from the data source.
Event
Main article: onRowRemoved
See Also
rowRemoving
Raised before a row is removed from the data source.
Event
Main article: onRowRemoving
See Also
rowUpdated
Raised after a row has been updated in the data source.
Event
Main article: onRowUpdated
See Also
rowUpdating
Raised before a row is updated in the data source.
Event
Main article: onRowUpdating
See Also
rowValidating
Raised after cells in a row are validated against validation rules.
Event
Main article: onRowValidating
See Also
selectionChanged
Raised after selecting a row or clearing its selection.
Event
Main article: onSelectionChanged
See Also
toolbarPreparing
Raised before the toolbar is created.
Event
Main article: onToolbarPreparing
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.