Hi All,
We're trying to alter the DataGridViewComboBoxCell so that when the user expands the dropdown menu, inactive items are displayed in grey text.
I've found out how to do this by creating a new object, which inherits from DataGridViewComboBoxEditingControl.
The problem with this, is that I'm not sure how to tell the comboBoxCell, or column, to use this EditingControl, when the user clicks on the cell.
Any ideas?