How to highlight entire row of a datagrid using Grid Cell Styler Widget

0
I want to highlight an entire row in of a datagrid in some color (say green) using Grid Cell styler as below –  What rule should i apply to select the entire row?  
asked
3 answers
0

You might want to try this widget: https://appstore.home.mendix.com/link/app/106254/Mendix/Grid-Cell-Styler

Have not tried it myself but it seems it will do what you want.

Regards,

Ronald

 

answered
0

There’s a built-in class called

alert-success

that should make the background green like you want. You can also create and edit your own CSS classes:

https://docs.mendix.com/howto/front-end/styles

answered
0

For some reason the stock/standard bg-color styling available with mendix do not work with grid cell styler.

You might have to write your css class for background coloring but text-coloring worked for me.

answered