JavaScript/jQuery 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.
Type:
Event
exported
Since v20.1, we recommend ExcelJS-based export which does not use this property.
Raised after data is exported.
Type:
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.
Type:
Event
focusedRowChanged
Raised after the focused row changes. Applies only when focusedRowEnabled is true.
Type:
Event
focusedRowChanging
Raised before the focused row changes. Applies only when focusedRowEnabled is true.
Type:
Event
Feedback