New to Kendo UI for Vue? Start a free 30-day trial

GridKeyDownEvent

Represents the object of the GridKeyDownEvent Grid event.

NameTypeDefaultDescription

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

"multiple" | "single"

Grid selection mode.

selectedField

string

The selectedField prop of the Grid.

target?

any

An event target.