Sam

Sam

  • 1.4k
  • 221
  • 6.6k

Focus cursor to next cell on enter press in DataGridView

Nov 22 2019 6:24 AM
I want to implement enter key press event in cell of datagrid view so that if press enter then cursor focus goes to next cell, cell may be read/write or only read and after reaching last cell of current row then any user pressing enter then automatically add new row.

Answers (3)