How to dyanamically add the backround color to rows in data grid in templatedocument/pdf generation

0
I have a query that I have two entities with one to one association. eg. entity 1 - company         entity 2 - color I will select company from dropdown and color from color pallet and the color will get associated with company. Now I want to show all thes values in pdf in which the company row should get background color of the selected color. How can this be achieve?
asked
2 answers
4

Hello Snehal,

please check below.

Mendix Community - Question Details

using given approach on link you can achieve this.

image.png

answered
0

it can be achieved by Custom javascript action 

answered