I have a DataGridView in my Windows Form, and it has a column which can be edited by the User. I need it to be a ComboboxColumn. It has already some data, so not every cell is empty…The Column is created in the designer… How can I still change the ColumnType, and how do I add Items to the ComboBoxes?
Share
I left it a TextBoxColumn, the User edits it in an other way