cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

Former Member

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 Member
0 Likes

Thanks a lot,

Mr Bin Huang.

Answers (0)