Change the color of text in data grid

0
Hi All , There is scenario in one of my project where there is data grid and having en number of elements. and there is set as a default option button . Example there 5 Letter in data grid  like A B C D E and then if i select C option and set it has default option then in data grid C option should appear in different color so that even after some days if some one comes and check the data grid they should come to know that C option is set has default option. How can i achieve this ?
asked
1 answers
0

Hi Prajwal,

I suggest to look at this widget: https://marketplace.mendix.com/link/component/106254

You can apply JS snippet or MF to implement a decision logic to apply a CSS class.

 

Best,

Istvan  

answered