I have a datagridview and have one column set as combobox, with the drop down list linked to a Collections strings
Everything is fine, but I need to have the current cell as a normal one so that I can put text that is not part of the collection
I am using win forms.
However despite searching I am unable to find any code that allows me to do that. In other words use it just like a normal combobox
Thank you in anticipation of a reply
Fred