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
915
change Grid row color runtime
posted

Is there some documentation on how to change the row color when initializing the row?

I have tried to set the CSSClass but no luck.

The CSS is like this

.CustomRowColor {

    background-color:yellow !important;

    background-image:none !important;

}

Thanks.

Parents Reply Children