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 |
|
#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