Hi!

I have used rowClass to mark "bad" rows in one of my grids applied the
following css

.invalid  {
    background-color: #FBE3E4;
}

It works but only  for the rows with white background ....

How does T5 do the striping ? I guess with some smart .js cause when
inspecting the page with chrome everything seems fine.

I.e. the <tr> should have this red/pink background but it doesn't ... it has
this blue/gray background that is applied to each second row in the grid.

Is there some easy way to fix this?

Thanks in advance,
Gunnar Eketrapp

Reply via email to