Specify what happens when you press ENTER in the grid control.
Public Property EnterKeyBehavior As EnterKeyBehavior
Grid Object
Enumerated
The following settings are available:
Constant | Value | Description |
NextCol | 0(Default) | Move to next col. |
NextRow | 1 | Move to next row. |
EnterKeyDefault | 2 | The grid exits Edit mode and stay in the same cell. |