How can I change the state of a DataGridViewComboBoxColumn so that the user can select one item from the combobox, but not edit the values?
I want to let the user select one of my options, not enter his own or alter my options. I don't want to disable the control.