When one or more rows are selected in a RadGridView, their cell backgrounds change to (by default) a pale orange color, with gradation I think. But, when this happens, the backgrounds of those cells of the selected rows that are in GridViewCheckBoxColumns remain white. I want to show the row selection color in the GridViewCheckBoxColumn cells, to make them consistent with the other cells in the selected rows.
I think the problem is that the embedded CheckBox completely fills the cell, obscuring the cell background proper. If that is the case, then perhaps a solution would be to set the CheckBox's own background to transparent, so that the underlying cell color changes (when the row is selected and deselected) would be visible.
If all that is true, then what I specifically want to know is how to set the background color of the embedded CheckBox in every cell of every GridViewCheckBoxColumn in the grid to transparent when the grid is shown.