Row color based on condition
I am looking to implement a color coding functionality in Listview, so that when the row format expression returns true each row will display different set of color based on the condition. I created the below css:
tr.listviewRowRed{
background-color:#FF0000 !important;
color:#FF0000;
}
and added to the row format apply style. Even though the expression is getting evalueted as true the row colors are still coming as default. Is it easier to implement in Repeat grid.
***Updated by Moderator: Marissa to update topic categories***