I have an editable combobox where the not always preferred item is in the drop down list.
I would like to be able to manually enter text in a text field that extends to the line associated with SelectedValue.
Currently, a string bound to a SelectedValue is only updated if the entered value is included in ComboBox elements.
How to allow input of custom values that are not available in the ComboBox list, and correctly distribute them to the associated value?
ronag Sep 18 '10 at 19:58 2010-09-18 19:58
source share