How to customize Data Grid rows/items like changing colors based on the value of an attribute

1
Let's say I have this Data Grid below and I want the color of an item/row with the value of "Attribute" = "test 2" to be brown instead of the usual gray/white. How can this be achieved?     If it's not possible with the Data Grid widget, then how can it be achieved with Data Grid 2 instead?
asked
1 answers
0

Hello Alnel,

 

You are going to do some css and use the dynamic class functionality:

 

 

image.png

 

More info in how to use this is here:

https://docs.mendix.com/refguide/common-widget-properties/

 

hope this helps

 

Good luck

 

 

answered