Hello, could you support me by the following issue:
From the data source I receive the RGB values as Integer (for each data row). I have to change the background color of the cell dependent of the three values. How could I do this? For example:
R
G
B
text to display
255
127
0
Test 1
12
150
40
Test 2
120
70
10
Test 3
BR
Perfect, thank you :).
Hello,
Thank you for contacting Infragistics!
You can use Intialize client side event to get values from the other cells and change them.
Please refer to the attached sample and let me know if you need further assistance.