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

Represents the arguments for the cellClick event of the Gantt.

Definition

Package:@progress/kendo-angular-gantt

Properties

Contains the column component associated with the clicked cell.

Holds the column index of the clicked cell.

Contains the data item for the clicked cell.

isEdited

boolean

Indicates if the cell is in edit mode.

originalEvent

PointerEvent

Contains the DOM event that triggered the cellClick event.

rowIndex

number

Holds the row index for the clicked cell.

Contains the Gantt component instance.

type

"click" | "contextmenu" | "dblclick"

Specifies the type of event that triggered the cellClick event.