How to set the tab order of columns w/in a DatagridView control

How do you set the tab order for columns in a datagridview?
VS2005 B2
[74 byte] By [bobchauvin] at [2007-12-16]
# 1

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"

MarkRideout at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 2
but have problem in mdi form ! can you help me .
DANTRUNG at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...