Override the return key's default selection in datagridview

By default, the datagridview moves down when the return key is pressed. I want it to move right. Currently, I'm just compensating for the return key after it has been pressed by moving right and then up. There has got to be a smarter way to do it that I'm not seeing. Thanks for any insight!

Answer this question

Override the return key's default selection in datagridview

  • Override the return key's default selection in datagridview