GridSelectionChangeEvent
Represents the object of the onSelectionChange event.
Definition
Package:@progress/kendo-vue-grid
Properties
altKey
boolean
Is alt key modifier pressed.
cell
boolean
Indicates if cell selection mode is enabled.
componentId
string
The component unique identifier.
ctrlKey
boolean
Is ctrl key modifier pressed.
dataItem
any
The data item which was selected or deselected by the user.
dataItems
any[]
The current component leaf data items.
endColIndex
number
Selection end column index.
endDataItem?
any
The dataItem to which the selection ends(Valid for scenarios without checkbox selection)
endRowIndex
number
Selection end row index.
event
any
A specific native DOM event which is fetched by Vue.
isDrag
boolean
Indicates if current event is created from drag.
metaKey
boolean
Is meta key modifier pressed.
mode
"single" | "multiple"
Selection mode.
select
SelectDescriptor
The new SelectDescriptor based on the user action.
selectedField
string
The selectedField prop of the component.
shiftKey
boolean
Is shift key modifier pressed.
startColIndex
number
Selection start column index.
The dataItem from which the selection starts(Valid for scenarios without checkbox selection).
startRowIndex
number
Selection start row index.
target?
any
An event target.