New to KendoReact? Start a free 30-day trial
Events
EventsPremium
Updated on Oct 30, 2025
The KendoReact Spreadsheet generates a variety of events that you can handle. Below is a summary of the available events and their triggers:
- onSelect—Fires when the Spreadsheet selection is changed.
- onChange—Fires when a value in the Spreadsheet has been changed.
- onChangeFormat—Fires when the range format is changed from the UI.
- onExcelImport—Fires when the user clicks the Open toolbar button.
- onExcelExport—Fires when the user clicks the Export to Excel toolbar button.
The following example demonstrates basic Spreadsheet events.
Change Theme
Theme
Loading ...