ALX
Well-known member
How can I catch the Keydown event in a DataGridViewTextBoxEditingControl?
I'm trying to shift the focus to the 1st cell in a row when the user enters a new row by pressing the Enter Key. This is easy if the cell is not in edit mode, but I can't seem to implement it when the cell is "dirty".
I'm trying to shift the focus to the 1st cell in a row when the user enters a new row by pressing the Enter Key. This is easy if the cell is not in edit mode, but I can't seem to implement it when the cell is "dirty".
Last edited: