Re: Changing color of a column in a datagrid.
- From: "Alexey Smirnov" <alexey.smirnov@gmail>
- Date: Fri, 26 Jan 2007 14:32:39 +0100
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.
.
- References:
- Prev by Date: Changing color of a column in a datagrid.
- Next by Date: GridView Binding!!
- Previous by thread: Changing color of a column in a datagrid.
- Next by thread: Re: Changing color of a column in a datagrid.
- Index(es):
Relevant Pages
|