Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableOptionsBehavior.GoToNextCellOnEnter Property

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

#Declaration

Delphi
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