cut

Fired when a range of a sheet is about to be cut.

Event Data

e.sender kendo.ui.Spreadsheet

The widget instance which fired the event.

e.range kendo.spreadsheet.Range

The Range that is selected and about to be cut.

e.preventDefault Function

If invoked the range will not be cut and it will not be passed to the clipboard.

In this article