In VS 2003 there was Datagrid1.Columns or Datagrid1.Rows, in vs 2005 none.
I want to define width of a column, so i can't use Datagrid1[0,0].
My question is:
Is necessary do
datagrid1.Tablestyle[0].gridcolumnstyle[0].width
or there is another way
Thx

datagrid in vs2005
Stan H
Megahalo
Can you list the bugs you see in Win Forms, will see if an work around can be provided.
John Holmer
YEs i know but gridview has some bug we are trying to solve.
Moreover they are not the same... i haven' t datagrid.rows in vs 2005
Thx
Charles Trindade
Slimjim100
Are we talking about WinForms or WebForms I checked WinForms - they haven't such props.
msafi
Hi!
DataGrid in 2003 and 2005 are the same, but in 2005 you better use DataGridView - this one better.
hbaradi