Hi,
I've set up a RadComboBox with the following configuration:
IsTextSearchEnabled="True"
IsFilteringEnabled="True"
TextSearchMode="Contains"
SelectedItem, SelectedText, IsDropDownOpen and Text are bound to my data. I can start typing and click to select an item once, but if I search (type) again and click on the same item a second time, it is not selected. Only the text I typed is displayed in the combobox.
After removing IsFilteringEnabled and TextSearchMode, clicking the item a second time works as expected. Adding either of them will re-create the problematic behavior.
Is anyone aware of a workaround?
Thanks,
Andrew