We are using Telerik controls in our project. I just want to check whether telerik is providing a multiselect combo box with intellisense(filtering option) . If yes then can you route me to that control.
RadComboBox supports client-side Autocomplete - end users can autocomplete RadComboBox
Items. As soon as the user types some text in the input field, the text will be
autocompleted to the first matching item. Also set the AutoCompleteSeparator property to a
specified character, which will allow users to select more than one Item by separating
them with this character.
Here is the demo which illustrates the feature: ComboBox / Autocomplete
Thanks for the solution. But AutoComplete Seperator feature is allowing me to select the items more than once.
I mean, I should not able to select an item twice. Can we restrict to select an item only once when using multiple selection option?