Skip to main content

TcxCustomGridTableOptionsBehavior.GoToNextCellOnEnter Property

Specifies if Enter and Shift+Enter keystrokes move focus between grid View items.

Declaration

property GoToNextCellOnEnter: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
False
Default. Enter and Shift+Enter keystrokes only close the active in-place cell editor; focus does not move. If no cell editor is active, these keystrokes are ignored.
True
Enter and Shift+Enter keystrokes close the active in-place cell editor and move focus to the next or previous focusable data item, respectively.

Remarks

Enter and Shift+Enter keystrokes confirm pending changes in the active in-place cell editor and close it. You can set the GoToNextCellOnEnter property to True to move focus to the next ( Enter ) or previous ( Shift+Enter ) available grid data item.

Table View Limitations

A grid Table View ignores the GoToNextCellOnEnter property if the grid View’s OptionsBehavior.EditMode property is set to emModalEditForm.

Default Value

The GoToNextCellOnEnter property’s default value is False.

See Also