3
Answers

Enter Key In DataGridview

Photo of Dheeraj Mishra

Dheeraj Mishra

6y
607
1
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)