I have a RadAutoCompleteBox working as expected allowing user to type and pick an item from the list.
The token is then shown in the Textbox as expected.
Would like to have a way when they type again and pick another item, to then remove the 1st and only show the 2nd item.
Tried the radautocompletebox.Text = "" but received some error. It would be nice to have a property stating (Multiple Tokens (true/false).
Maybe there is a programmatically way to click the X in the token to remove it before adding the 2nd token?