This question is locked. New answers and comments are not allowed.
Hi guys,
On your ComboBox Configurator example; http://demos.telerik.com/silverlight/#ComboBox/Configurator
It seems like kind of 'designed' behavior, however when you set the TextSearchMode to StartsWith and try instructions above, then you could see the Text 'extra' remained. Isn't it weird?
I think the Text should be remained until the user clears the text explicitly.
Can I get a work-around so that I can perform additional process with unexpected user-inputted-text?
- gongdo
On your ComboBox Configurator example; http://demos.telerik.com/silverlight/#ComboBox/Configurator
- set the TextSearchMode to Contains.
- typed some text that is not contained in ItemsSource, say 'extra'.
- pressed the 'Tab' key in order to escape the focus of the ComboBox.
It seems like kind of 'designed' behavior, however when you set the TextSearchMode to StartsWith and try instructions above, then you could see the Text 'extra' remained. Isn't it weird?
I think the Text should be remained until the user clears the text explicitly.
Can I get a work-around so that I can perform additional process with unexpected user-inputted-text?
- gongdo