Hello, you can perform an action when pressing enter in the selected row?
I'm using the event:
grid_KeyDown (KeyCode As Integer, Shift As Integer, bDoDefault As Boolean)
with the following code:
ElseIf KeyCode = 13 Then 'ENTER KEYPRESS
but it moves the focus to the next field ...