How can i let the user insert a new values into a combobox inside of datagridview
C#
1
Posts
1
Posters
0
Views
1
Watching
-
How can i let the user insert a new values into a combobox inside of datagridview? I have datagrigview with columns. One of them contain 5 values that are common and there is a lot of values that the user can insert them by him self. The problem is that if choose Combobox in the datagrid then the user can only choose the values that been insert to item list of the combobox and if i choose textbox then the user can't pick default values by click, just by writing the full name. What can i do if i want the user to possibility to choose or to write new values?