This is a migrated thread and some comments may be shown as answers.

[Solved] Multi Select option in Combo box

2 Answers 289 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Vijay Ganaraju
Top achievements
Rank 1
Vijay Ganaraju asked on 19 Nov 2009, 05:15 PM
Hi ,

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.

Thanks in Advance,
Vijay

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Nov 2009, 05:14 AM
Hi Vijay,

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

You can also checkout the code library, that shows how to select multiple items in RadComboBox using checkboxes.
Using CheckBoxes for multi-item selection, complete solution.

Regards,
Shinu.
0
Vijay Ganaraju
Top achievements
Rank 1
answered on 10 Feb 2010, 07:18 PM
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?
Tags
ComboBox
Asked by
Vijay Ganaraju
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Vijay Ganaraju
Top achievements
Rank 1
Share this question
or