New to Kendo UI for Angular? Start a free 30-day trial
SelectionEvent
Arguments for the Grid selectionChange
event.
Name | Type | Default | Description |
---|---|---|---|
cellAggregates? |
|
The cell selection aggregates. | |
ctrlKey? |
|
Shows the state of the | |
deselectedCells? |
|
The cell items that were removed from the selection. | |
deselectedRows? |
|
The row items that were removed from the selection. | |
rangeEndCell? |
|
Represents the shift-clicked cell in a shift-click range cell selection | |
rangeEndRow? |
|
Represents the shift-clicked item in a shift-click range row selection | |
rangeStartCell? |
|
Represents the initially clicked cell in a shift-click range cell selection | |
rangeStartRow? |
|
Represents the initially clicked row in a shift-click range row selection | |
selectedCells? |
|
The cell items that were added to the selection. | |
selectedRows? |
|
The row items that were added to the selection. | |
shiftKey? |
|
Shows the state of the |