I have an aspx page with a master page and a css file set on the master page. In my Rad grid I set the Heder Style to this
<HeaderStyle CssClass="Myheader" /> and in my .css file I added the following class:
.Myheader
{
background-color:red !important
}
My Header still has a black background color
Can anyone see a problem here?