I have a XtraGrid where I want to change the background color of cell no. 1 based on the value of cell no. 2. I know how to change the background color of a cell when it is based on the current cell, but I don't know a way to find the value from another cell. I'm using "CustomDrawCell"...