New to Kendo UI for Angular? Start a free 30-day trial
CellClickEvent
Updated on Jun 17, 2025
Provides the arguments for the cellClick event.
Use this interface to access information about the clicked cell, including its column, row, data item, and event type.
| Name | Type | Default | Description |
|---|---|---|---|
column |
|
The column of the clicked cell. | |
columnIndex |
|
The column index of the clicked cell. | |
dataItem |
|
The data item associated with the row containing the clicked cell. | |
isEdited |
|
Specifies if the cell is being edited. | |
originalEvent |
|
The DOM event that triggered the | |
rowIndex |
|
The row index for the operation. | |
sender |
|
The | |
type |
|
The type of the event that triggered the |