In the UI for ASP.Net, the drop down control has an option 'AllowCustomText' which seems to be what I need for the UI for WinForms. My users want to be able to select an item from a drop down box or type in a value that is not in the list. I do not want the value they enter to be saved in the list. Right now, when I set the drop down to 'DropDown' (as opposed to DropDownList) the user can edit the text, but as soon as they tab off the cell, it replaces what they typed with the nearest entry in the drop down.
I have seen some threads that discuss solutions, but they seem so cumbersome and all of them have the typed in value being added to the drop list.
Isn't there an easier way to implement this functionality? (I'm on UI for WinForms 2014 Q1)
I have seen some threads that discuss solutions, but they seem so cumbersome and all of them have the typed in value being added to the drop list.
Isn't there an easier way to implement this functionality? (I'm on UI for WinForms 2014 Q1)