I was trying to implement conditional formatting in the Grid control by using the GridQueryCellInfoEventHandler. I want to change the BackColor based on the value of the cell. The Style property of GridQueryCellInfoEventArgs has CellValue and Text properties but they are always blank. Any hints on how this can be implemented?
Thanks
Jon