Dheeraj Mishra

Dheeraj Mishra

  • NA
  • 51
  • 3.5k

Enter Key In DataGridview

Apr 23 2019 12:06 AM
I'm working on windows application using C#. I'm using a datagridview to display records. The functionality I need is when I press "Enter" key the focus should go to the next cell(column of same row). If it's the last column in the grid then the focus should go to the first column of the next row.

Answers (3)