cancel
Showing results for 
Search instead for 
Did you mean: 

How to set color for individual rows of a node through UI Designer or ABSL Script?

former_member299368
Participant
0 Kudos

I have a requirement to do in Item level whenever we will make indicator as true that time whole row should be change to any color. If anyone know's help me?

Accepted Solutions (1)

Accepted Solutions (1)

former_member200995
Contributor

Hi K Reddy,

First, need to add a field in datalist of custom BO, as:

[Label("ColorValue")] element ColorValue:LANGUAGEINDEPENDENT_LONG_Text;

Second, need to binding all column "BackgroundColour" to the ColorValue, as:

Then, at the checkbox onClick event add "ClickEventHandler", as:

the "ClickEventHandler" choose the "script", add code, as:

Now, can test the result.

Best Regards,

Benny

former_member299368
Participant
0 Kudos

Thanks a lot,

Mr Bin Huang.

Answers (0)