Re: Where is the Column collection in a DataGrid? by Jonny
Jonny
Mon Aug 25 10:58:49 CDT 2003
Hi,
The DataGrid doesn't own the column collection, if you want to modify
the field definition, you may refer to the DataTable.Columns. if you want to
add your own column style(look&feel of display, modify of the column) , you
may refer to the DataGrid.TableStyle. for more information please lookup in
MSDN.
thanks!
regards,
Ying-Shen Yu
"mCompany" <mail@mvestcapital.com> ????
news:04d001c3692b$00ff7e00$a601280a@phx.gbl...
> How do I access the Column collection in a bound DataGrid?
>
> Example:
>
> DataGrid.DataSource = ds.Tables("MyTable")
>
>