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
175
CSS styling for WebDataGrid
posted

Hi

When we apply our own CSS classes to webdatagrid they are not taking into effect whereas infragistics css classes are taking priority.

Eg:

Local Css file contains a class igg_headerCaption

.igg_headerCaption

{

background-color:Red

}

when we apply this class it does not take effect whereas it applies

.igg_headerCaption class of ig_Datagrid.css file.

We need to apply our own css classes.

Please let us know how to override the infragistics css classes?

Thanks

Vijay