GridView - HeaderStyle - BackColor, ForeColor, etc ignored

D

David Thielen

I have:

<asp:GridView ID="eventLocalView" runat="server"
DataSourceID="eventLocalSource"
AutoGenerateColumns="False" AllowPaging="True" DataKeyNames="ID"
Width="100%"
EmptyTableRowText="You have no Private Schedules">
<HeaderStyle BackColor="#F1F3FF" Font-Bold="True" ForeColor="Black"
Font-Size="1.3em" Height="30" />
....

And the setting for the header of Height="30" works but BackColor="#F1F3FF"
Font-Bold="True" ForeColor="Black" Font-Size="1.3em" are all ignored.

Any ideas?


--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top