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

Multiselect options with filtration in kendo drop downlist

2 Answers 104 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Anand
Top achievements
Rank 1
Veteran
Anand asked on 23 Aug 2020, 07:33 AM

HI, I want to have a kendo drop down list with multiselect and filtration options into it. I don't want to use kendo multiselect widget. 

I need to have only kendo dropdownlist with multiselect and filter option so that i can select the options from the drop down and display into my custom div container.

 

Kindly suggest any option for this. please refer the screen shot.

2 Answers, 1 is accepted

Sort by
0
Accepted
Aleksandar
Telerik team
answered on 25 Aug 2020, 01:54 PM

Hello Anand,

The DropDownList displays a list of values and allows for a single selection from the list and as such does not provide a configuration option that would allow you to achieve the desired result.

May I ask why using the MultiSelect is not an option? You can use the approach demonstrated in this knowledgebase article and extend it by configuring the MultiSelect filter option to allow for the filtering of the data. You can also set the tagMode option to single if you do not want all selected tags displayed in the input filed of the widget. Here is an example, for you to review and customize further if required.

Regards,
Aleksandar
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

0
Anand
Top achievements
Rank 1
Veteran
answered on 26 Aug 2020, 05:10 PM
Thanks!! It works👍
Tags
DropDownList
Asked by
Anand
Top achievements
Rank 1
Veteran
Answers by
Aleksandar
Telerik team
Anand
Top achievements
Rank 1
Veteran
Share this question
or