Cancel
eventsFires when the user clicks the Cancel button (in inline or popup edit mode) or closes the popup window. The event handler function context (available through the this keyword) will be set to the widget instance.
Event Data
e.container jQuery
The jQuery object that represents the edit form container element.
e.model kendo.data.TreeListModel
The data item to which the table row is bound.
e.preventDefault Function
If invoked, prevents the cancel action. The table row remains in edit mode.
e.sender kendo.ui.TreeList
The widget instance which fired the event.