I have a winform application with a DataGridView and I am using Cascading ComboBox. For example, column 1 has one ComboBox , and the column value of column 2 depends on the choice of column 1. Everything seems to be in order, but when I open the 2nd combo box, then its reverse blackness turns black. See screenshot. I do not install backcolor anywhere (in design or code). Any idea why this is weird behavior? 
I am binding a second ComboBox in the EditingControlShowing DataGridView event. If I bind this in the FromLoad event, then it works fine.
source share