Re: Changing color of a column in a datagrid.



I would use the property builder of the data grid
<HeaderStyle BackColor="Green"></HeaderStyle>
<ItemStyle BackColor="Green"></ItemStyle>
<FooterStyle BackColor="Green"></FooterStyle>




"UJ" <fred@xxxxxxxxxxx> wrote in message
news:O9FMmiUQHHA.4832@xxxxxxxxxxxxxxxxxxxxxxx
How can you change the background color for a single column in a datagrid.
I can figure out how to do it for the entire row (e.item.backcolor = ....)
but how do I do it for a single column?

TIA - Jeff.




.



Relevant Pages