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
75
Header and row styles
posted

I have setup a grid with separate css classes for Row, AlternateRow and Header. In these i set different background colors. I am finding that the header color is being overridden by the row color. Why would this be and how can i get around it? I have tried setting the OptimizeCSSClassNamesOutput value to false in the code as mentioned in the knowledgebase, but no change in behaviour.

 Surely the header should not inherit the row style or should at least override this value.

Simon