ComponentOne ASP.NET MVC Controls
KeyAction Enum
File
wijmo.grid.js
Module
wijmo.grid

Specifies constants that define the action to perform when special keys such as ENTER and TAB are pressed.

Members

Name Value Description
None 0

No special action (let the browser handle the key).

MoveDown 1

Move the selection to the next row.

MoveAcross 2

Move the selection to the next column.

Cycle 3

Move the selection to the next column, then wrap to the next row.

CycleOut 4

Move the selection to the next column, then wrap to the next row, then out of the control.