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
255
Unsetting alt row background coloring
posted

I'm using a hierarchical grid and would like to unset the alternating row color and use my own based upon the values in a particular column. I can get the background color set correctly on half of the rows, but the alternating rows obliterates my custom color.   I've tried using: 

    .ui-ig-altrecord .ui-iggrid-altrecord .ui-ig-record .ui-iggrid-record {
        background-color: unset;
    }

But that has no effect.

Any helpful suggestions would be most welcome.

Parents Reply Children
No Data