Home All Groups Group Topic Archive Search About

How to use DataGridComboColumnStyle

Author
4 Jul 2006 7:45 PM
fiaolle
Hi
I Have found examples of the class DataGridComboColumnStyle, but I don't
really know how to use it. I have tried to add this columnstyle and ordinary
columnstyles and insert data to the columns, but nothing happens. The
Datagrid is just empty. Can anyone show me how to add to different
columnstyles and add data to them.

Thankfull for answers

Fia

Author
5 Jul 2006 2:24 PM
Brian Tkatch
fiaolle wrote:
> Hi
> I Have found examples of the class DataGridComboColumnStyle, but I don't
> really know how to use it. I have tried to add this columnstyle and ordinary
> columnstyles and insert data to the columns, but nothing happens. The
> Datagrid is just empty. Can anyone show me how to add to different
> columnstyles and add data to them.
>
> Thankfull for answers
>
> Fia

Have you tried refreshing the grid after the change? Such as call
Fill() from the DataAdaptor again (asuming you are using one) to
populate the DataSource's DataTable?

B.