IValueConverter can be used if the Background property of a cell is to be set depending on the value in the cell. I have a requirement where in the background property of a cell in Field1 is to be set depeding on the difference of the corresponding values in Field2 and Field3. What is the best way to implement this.
Thanks.
Hello,
I just wanted to know if you were able to solve your issue based on Alex's suggestions or you still need help? Just let me know.
Thank you.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Yes using this solved the issue - Cells[Field1].Value . Thanks.