Hello
We are using the RadComboBox with IsEditable = true, IsReadOnly = true and IsFilteringEnabled = true. (see Demo
http://demos.telerik.com/silverlight/#ComboBox/Configurator)
Now, when I'm typing a value that exists (like 'Exotic' in the Demo) it works.
But when the ComboBox value is already set I cannot just type another value f.e. 'Tokyo'. The Combobox does not accept any input when there is already a value selected. I have to delete the value first, then I can start typing another value.
I'm sure it worked before Q3.2011.
We are using the SL5 library.
Am I doing something wrong?
Thank you for any suggestion.