How to set the tab order of columns w/in a DatagridView control
VS2005 B2
Columns in a DataGridView do not have tab order. Tabbing goes to the next column and at the end of the grid it wraps to the next row, first column.
You can set StandardTab to true and tabbing will not tab through the columns but to the next control.
You can adjust the display order by changing the DisplayIndex property.
Hope this helps,
-mark
DataGridView Program Manager
Microsoft
This post is provided "as-is"