mattdaddyjuice
Member
- Joined
- Jan 15, 2009
- Messages
- 21
- Programming Experience
- 5-10
How can I capture a keypress or keydown event in the DataGridView while it is in edit mode? I know there's events called KeyDown and Keypress, but if the DGV is in edit mode, they never get caught.
My goal is to make it so pressing the down key moves to the cell directly below, instead of to the right.
Thanks
My goal is to make it so pressing the down key moves to the cell directly below, instead of to the right.
Thanks