Has anybody noticed that setting the BackColor on a DataGridViewComboBoxCell behaves differently on Vista than it does on XP If I set the BackColor to red on XP (say, in the CellFormatting event handler), then the cell shows up as Red, and the dropdown shows up as red too. On Vista, only the dropdown shows up as red -- a non-editing cell still has the default background color.
How can I set the background color of a DataGridViewComboBoxCell on Vista when it is not dropped down
Thanks!