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

SelectionEvent

Provides arguments for the Grid selectionChange event.

NameTypeDefaultDescription

cellAggregates?

SelectionAggregates

Contains the cell selection aggregates.

ctrlKey?

boolean

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

deselectedCells?

CellSelectionItem[]

Lists the cell items removed from the selection.

deselectedRows?

RowArgs[]

Lists the row items removed from the selection.

rangeEndCell?

CellSelectionItem

Represents the cell in a Shift+click range cell selection.

rangeEndRow?

RowArgs

Represents the 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[]

Lists the cell items added to the selection.

selectedRows?

RowArgs[]

Lists the row items added to the selection.

shiftKey?

boolean

Shows the state of the Shift key during selection.

Not finding the help you need?
Contact Support