datagrid in vs2005

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




Answer this question

datagrid in vs2005

  • kpu

    My bug is in web site on gridview with imagebutton

  • lekkie

    I see, I thought of WinForms. Can't help with WebForms right now, but in WinForms DataGridView working fine yet.

  • petxa

    Can you list the bugs you see in Win Forms, will see if an work around can be provided.

     



  • GO2GUY

    Are we talking about WinForms or WebForms I checked WinForms - they haven't such props.



  • SoftwareGerbil

    I'm talking about web site but i'm interested in both

  • JenLeonard

    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



  • csi95

    Hi!

    DataGrid in 2003 and 2005 are the same, but in 2005 you better use DataGridView - this one better.



  • datagrid in vs2005