New to Kendo UI for AngularStart a free 30-day trial

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

The column of the clicked cell.

The column index of the clicked cell.

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.