Re: Changing color of a column in a datagrid.



e.Item.Cells[i].BackColor = ... for every item.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin


"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.




.