Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
How to set background color of Header?
posted

I have a webdatagrid. In the css stylesheet that is automatically created for it (style.css), I have added the following class:

.DirectoryGridHeader

 

 

{ background-color: #666666; background-image: none

}

In the grid's property settings, I have set the HeaderCaptionCSSClass to DirectoryGridHeader.

But when I run the application, the headers all hahve the same default blue background in the header. What am I doing wrong?