I am trying to edit one column in a bound datagridview with a combobox (with fixed values YES or NO). I have the column type already set to DataGridViewAutoFilterTextBoxColumn (as I have the column filterable from the column header). Is this at all possible?
I am sure I have seen a video tutorial somewhere where it is done by inserting a combobox inside the datagridview cell and somehow connecting the combobox value and the data source with each other.
Regards