JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Freezed columns ignore my class.
In my grid I add, with onRowClass a class to define color and background (see below).
However it’s ignored when a column is freezed.
How can I enforce it ?
Tks
.row-class-dettaglio{
background : white;
color: black;
}
Hi,
You can use the following CSS:
.row-class-dettaglio { background: white; color: back; --smart-grid-cell-background-freeze: white; --smart-grid-cell-color-freeze: black; }
Best Regards, Ivan Peevski
Smart UI Team https://www.htmlelements.com/