New to Kendo UI for jQueryStart a free 30-day trial

Triggered when a sheet is inserted. Introduced in the 2017 Q1 release.

Event Data

e.sender kendo.ui.Spreadsheet

The widget instance which fired the event.

e.preventDefault Function

If invoked, the Spreadsheet will not insert the sheet.

<div id="spreadsheet"></div>
<script>
$("#spreadsheet").kendoSpreadsheet({
    insertSheet: function(e) {
        console.log("Sheet is being inserted:", e.sheet);
    }
});
</script>
Not finding the help you need?
Contact Support