DataGridViewComboBoxCell displays normal when application launched

After selecting the value, background changes to black (see below) on the current row and subsequent rows. I have used default DataGridView and no font manipulation

I have tried changing color in CellFormatting and CellMouseClick events. But still the same behavior. Any ideas?
Apparently, this is documented bug with DataGridViewComboBoxColumn. Link with solution and workaround