I have a webdatagrid. In the css stylesheet that is automatically created for it (style.css), I have added the following class:
.DirectoryGridHeader
}
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?
Wow. Ok thanks. I will try to get this figured out then. Also, I took out that !Important directive in your code since I didn't know that it was code, I thought it was a comment! LOL Oops. Ok, thanks so much for your help. I will let you know how it goes.
yes. and look what I just found:
http://community.infragistics.com/forums/p/34851/197456.aspx
Ed
Ok, because then my css class definition will supercede the css definition in ig_res?
That's easy.
Just copy the class to your markup from the css file in your ig_res folder and alter according to your needs.
Ok, so I just tried something. I edited the IG CSS directly. I went in and modified the igg_Header CSS and it works. But how do we override that class without directly going in and modying IG's classes?