C
Christoffer
Hello, I have a DataGridView with several columns. I would like to change
the tab order for the columns but I can not find a way to do this. There is
no property to set the tab order. I could listen for the tab-keypress but I
can not find a method setting focus on a specific cell in the DataGridView.
What I really would like to do is to skip a column when using Tab to
navigate the grid. Is this possible at all?
Cheers,
Chris
the tab order for the columns but I can not find a way to do this. There is
no property to set the tab order. I could listen for the tab-keypress but I
can not find a method setting focus on a specific cell in the DataGridView.
What I really would like to do is to skip a column when using Tab to
navigate the grid. Is this possible at all?
Cheers,
Chris