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

CellCloseEvent

Represents the arguments for the cellClose event of the Gantt.

NameTypeDefaultDescription

column

any

Contains the Gantt column associated with the closed cell.

dataItem

any

Holds the data item.

formGroup

any

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

isNew

boolean

Indicates if the data item is new or existing.

item

TaskEditItem

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

originalEvent

any

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

sender

GanttComponent

Holds the GanttComponent instance.

Constructors

CellCloseEvent

(options: any)

Parameters

options

any

Methods

isDefaultPrevented

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

Returns

boolean

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

preventDefault

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

In this article
ConstructorsCellCloseEventMethods
Not finding the help you need?
Contact Support