New to Kendo UI for Angular? Start a free 30-day trial
CellClickEvent
Provides arguments for the cellClick
event.
Use this event to get details about the clicked cell in the Grid.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The column of the clicked cell. | |
columnIndex |
|
The column index of the clicked cell. | |
dataItem |
|
The data item for the row containing the clicked cell. | |
isEdited |
|
Indicates if the cell is in edit mode. | |
originalEvent |
|
The original DOM event that triggered the cell click. | |
rowIndex |
|
The row index of the clicked cell. | |
sender |
|
The | |
type |
|
The type of event that triggered the cell click. |