I have Text box controls and DataGridView control in WinForms form.
DataGridview contains custom ComboBox columns and standard TextBox columns.
Edit mode is EditOnEnter.
When focus is moved out of DataGridView, its current cell is displayed as
selected state (blue background).
How to remove this highlight so that selected cell is not highlighted at all
(or highlighted only when grid is active control).
Andrus.
DataGridview contains custom ComboBox columns and standard TextBox columns.
Edit mode is EditOnEnter.
When focus is moved out of DataGridView, its current cell is displayed as
selected state (blue background).
How to remove this highlight so that selected cell is not highlighted at all
(or highlighted only when grid is active control).
Andrus.
Comment