[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.KeyAction

KeyAction Enum

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

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum KeyAction

Fields

Name Description
Cycle

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

CycleEditable

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

CycleOut

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

MoveAcross

Move the selection to the next column.

MoveDown

Move the selection to the next row.

None

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