SelectionEvent
Interface
Provides arguments for the Grid selectionChange event.
Definition
Package:@progress/kendo-angular-grid
Properties
Contains the cell selection aggregates.
ctrlKey?
boolean
Shows the state of the Ctrl key (or the Command key on a Mac) during selection.
Lists the cell items removed from the selection.
Lists the row items removed from the selection.
Represents the cell in a Shift+click range cell selection.
Represents the item in a Shift+click range row selection.
Represents the initially clicked cell in a Shift+click range cell selection.
Represents the initially clicked row in a Shift+click range row selection.
Lists the cell items added to the selection.
Lists the row items added to the selection.
shiftKey?
boolean
Shows the state of the Shift key during selection.