Max Peck
New member
- Joined
- Jan 14, 2013
- Messages
- 2
- Programming Experience
- 10+
Hey Guys,
Does anyone know how to control the default row/column navigation of the DataGridView component? I'm finding that after ending the edit on a cell that the default behavior is to move to the next column to the right on the current row. I'd like to move to the next row but same column, instead. I can't seem to find any property of the grid that allows me to control this. If I try to force the current cell anywhere between the time the cell value changes and the focus arrives in the cell to the right I wind up with recursion errors. (Not surprising). Is there a property somewhere that will enable me to identify the next cell to receive focus after a cell has been edited?
Thanks ...
Does anyone know how to control the default row/column navigation of the DataGridView component? I'm finding that after ending the edit on a cell that the default behavior is to move to the next column to the right on the current row. I'd like to move to the next row but same column, instead. I can't seem to find any property of the grid that allows me to control this. If I try to force the current cell anywhere between the time the cell value changes and the focus arrives in the cell to the right I wind up with recursion errors. (Not surprising). Is there a property somewhere that will enable me to identify the next cell to receive focus after a cell has been edited?
Thanks ...