CellClickEvent
Interface
Provides arguments for the cellClick event.
Use this event to get details about the clicked cell in the Grid.
Definition
Package:@progress/kendo-angular-grid
Properties
column
any
The column of the clicked cell.
columnIndex
number
The column index of the clicked cell.
dataItem
any
The data item for the row containing the clicked cell.
isEdited
boolean
Indicates if the cell is in edit mode.
The original DOM event that triggered the cell click.
rowIndex
number
The row index of the clicked cell.
The GridComponent instance.
type
"click" | "contextmenu"
The type of event that triggered the cell click.