Events

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.

Example
View Source
Change Theme:

In this article

Not finding the help you need?