New to Kendo UI for Angular? Start a free 30-day trial

SelectionEvent

Arguments for the Grid selectionChange event.

NameTypeDefaultDescription

cellAggregates?

SelectionAggregates

The cell selection aggregates.

ctrlKey?

boolean

Shows the state of the Ctrl key (or the Command key on a Mac) during the selection.

deselectedCells?

CellSelectionItem[]

The cell items that were removed from the selection.

deselectedRows?

RowArgs[]

The row items that were removed from the selection.

rangeEndCell?

CellSelectionItem

Represents the shift-clicked cell in a shift-click range cell selection

rangeEndRow?

RowArgs

Represents the shift-clicked item in a shift-click range row selection

rangeStartCell?

CellSelectionItem

Represents the initially clicked cell in a shift-click range cell selection

rangeStartRow?

RowArgs

Represents the initially clicked row in a shift-click range row selection

selectedCells?

CellSelectionItem[]

The cell items that were added to the selection.

selectedRows?

RowArgs[]

The row items that were added to the selection.

shiftKey?

boolean

Shows the state of the Shift key during the selection.