CellClickEvent
Interface
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.
columnIndex
number
Holds the column index of the clicked cell.
dataItem
any
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.