This question is locked. New answers and comments are not allowed.
I am using the RadGridView with EnableRowVirtualization=true and I want to set the backgroundcolor on a cell at runtime depending on some data that is associated with the record. More precisely, I have a checkbox column that when checked should disable and gray out the other cells in the row and when unchecked should enable the other cells in the row and set the background color to white. What is the best way to accomplish this?