I have a C# app with a Find And Replace dialog that searches cells in a DataGridView on another form. When a DataGridViewComboBoxCell is selected, its color does not change to blue like it does for TextBoxes and CheckBoxes. How can I make it change color
when selected programatically? I have tried changing the forecolor and backcolor, but neither gives me the effect that I want.
Rob E.