Thanks for this reply, but using your sample, when I press up or down keys, the cursor position in the grid doesn't change at all
I'd like to move the row cursor up and down with the arrows up and down keys (without generating the rowselected event) and just use the Enter key when I want to select a row.
Like in a normal use when you don't have a mouse
Or, if not possible, I can leave the standard behaviour and avoid to handle the rowselected event but in this case I need another event to get the enter key press event where I can retrieve the row selected.