New to Kendo UI for AngularStart 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.

NameTypeDefaultDescription

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.

originalEvent

any

The original DOM event that triggered the cell click.

rowIndex

number

The row index of the clicked cell.

sender

GridComponent

The GridComponent instance.

type

"click" | "contextmenu"

The type of event that triggered the cell click.

Not finding the help you need?
Contact Support