Hello,
I have a grid with childGrid. I need to change color of text of some rows, based on condition.
In other words, if an attribute of rows of childGrid is false I need to change color of text of row to red.
I know how to change css of cell of datasource, but I don't understand how change css of single row of childGrid.
Do you have some suggestion?
thank you