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

Represents the arguments for the cellClose event of the Gantt.

Definition

Package:@progress/kendo-angular-gantt

Methods

Returns true if you or any subscriber prevented the default action.

Returns:

boolean

true if the default action was prevented, otherwise, false.

Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.

Properties

Contains the Gantt column associated with the closed cell.

Holds the data item.

Contains the FormGroup used to edit the cell that will be closed.

isNew

boolean

Indicates if the data item is new or existing.

Contains the TaskEditItem for the edited task. Access the parent item through the parent property to traverse all ancestors that need updates.

Contains the DOM event that triggered the cellClose event. This property may be missing if cellClose is triggered by an API call.

Holds the GanttComponent instance.