How to use DataGridComboColumnStyle

  • Thread starter Thread starter fiaolle
  • Start date Start date
F

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
 
fiaolle said:
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.
 
Back
Top