GridKeyDownEvent
Interface
Represents the object of the GridKeyDownEvent Grid event.
Definition
Package:@progress/kendo-vue-grid
Properties
cell
boolean
Indicates if cell selection mode is enabled.
componentId
string
The component unique identifier.
dataItems
any[]
The current Grid leaf data items.
event
any
A specific native DOM event which is fetched by Vue.
mode
"single" | "multiple"
Grid selection mode.
selectedField
string
The selectedField prop of the Grid.
target?
any
An event target.