Assign a color to a cell or a row of a data grid based on an attribute value.

0
I have a boolean attribute that changes state when I fill a textbox. This attribute is inside a datargrid in a column. I would like that when it changes state, the color of the datagrid cell changes. For example, if it is false it will be red, if it is true it will be green. Thanks for your help.
asked
1 answers
0

Hi Sergio,

you need to apply a dynamic class to container inside the cell in this way you can use different CSS classes based on attribute value or more complex expressions,

this is the documentation for it.

this is an example:

 dynamic-classes.png (809×372)

 

let me know if it work :)

Andrea

answered