I am trying to make a RadAutoCompleteBox behave similarly to the Outlook recipient fields with auto-completion of contacts. The field should allow for mixed tokens and text, while preserving the ability to search for additional autocomplete items. However, despite how I am filtering, new autocomplete items wipe out the entire SearchText.I have also tried using the SelectionChanged and SearchTextChanged events to preserve the SearchText and reassemble the non-autocomplete text after the events, but the full SearchText string is still emptied.
Is there a way to have the RadAutoCompleteBox have the above functionality?
Is there a way to have the RadAutoCompleteBox have the above functionality?