Question

How to Highlight the "XYZ" row in the Grid ?
We are trying to highlight the XYZ row in the grid.
For example: Use a when condition to highlight the first row in the grid
Tried this in the "Cell read-only classes" but aint working, Pega when is being ignored and it displays the row in Orange
<pega:when name=pxIsFirstElementInPageList>background-color: orange; </pega:when>