C
Chris
Hi,
using a DataGrid :
I set the TableStylesCollection and GridColumnStyles at designtime .. map to
a DataSource and everything ..
but the Datagrid doesn't use those settings (not at design-time nor at
runtime) ???
It always uses the default layout being : showing all the columns that are
available in the DataSet it is bound to.
What am I doing wrong ?
If I set the TableStylesCollection and GridColumnStyles at runtime (setting
the DataGrid styles in code) then it works when I run the program.
Thanks
Chris
using a DataGrid :
I set the TableStylesCollection and GridColumnStyles at designtime .. map to
a DataSource and everything ..
but the Datagrid doesn't use those settings (not at design-time nor at
runtime) ???
It always uses the default layout being : showing all the columns that are
available in the DataSet it is bound to.
What am I doing wrong ?
If I set the TableStylesCollection and GridColumnStyles at runtime (setting
the DataGrid styles in code) then it works when I run the program.
Thanks
Chris