Click to See Complete Forum and Search --> : How can I change the color of one column in a DataGrid (header)?


mars2
August 26th, 2003, 05:03 AM
Hi!

Can somebody tell me, how can I change the color of
one column header (or the whole column) to an another one,
e.g. red?
I would also like to do it bold. How can I set the Format properties
of specified columns?

Thanks for answers!

newvisva
August 26th, 2003, 06:28 AM
As far as I know, there isn't a direct way. U can still manage to do it by including a component class and inhertting the datagrid to access the protected members...

Need the code?