Cancel
eventsFired when the user cancels tasks's cell editing by pressing the 'Esc' key.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.container jQuery
The jQuery object representing the wrapping cell element. That element contains the editing UI.
e.task kendo.data.GanttTask
The GanttTask which has been edited.
e.preventDefault Function
If invoked prevents the cancel action and keeps the cell in edit mode.
e.sender kendo.ui.Gantt
The widget instance which fired the event.