Home › Forums › WinForms controls › Xceed Grid for WinForms › PaintBackground override problem › Reply To: PaintBackground override problem
You will need to move your code to the OnPaintForeground of the DataCell, or during the OnPaintSelectedState of the DataRow, because the selection is painted over the cells.
Imported from legacy forums. Posted by André (had 2864 views)