React DataGrid Events
This section describes events fired by this UI component.
editCanceling
Raised when the edit operation is canceled, but row changes are not yet discarded.
Event
exported
Since v20.1, we recommend ExcelJS-based export which does not use this property.
Raised after data is exported.
Event
fileSaving
Since v20.1, we recommend ExcelJS-based export which does not use this property.
Raised before a file with exported data is saved to the user's local storage.
Event
focusedRowChanged
Raised after the focused row changes. Applies only when focusedRowEnabled is true.
Event
focusedRowChanging
Raised before the focused row changes. Applies only when focusedRowEnabled is true.
Event
If you have technical questions, please create a support ticket in the DevExpress Support Center.