I have a grid with 3 columns. I am able to change forecolor of 3rd column based on the value of it. But I can't change forecolor of other columns based on the value of the 3rd column (which is a combobox control). Please check following image (I hide 1st column by setting it's with as zero) I used following code
Code: Select all
fColor := { || if(this.cellvalue == 1, { 0, 0, 0 } , { 255,0,0 } )}Code: Select all
{{||{0,0,0}}, {||{0,0,0}}, fColor}Thanks in advance.
With best regards.
Sudip