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

Is there a way to select multiple options?

1 Answer 194 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Bryan Smouse
Top achievements
Rank 1
Bryan Smouse asked on 13 May 2020, 08:06 PM

Hello,

We are using the MultiSelect control to show a list of options that users frequently need to select more than one of.  To do this, they have to click the control, scroll and select a value from the dropdown, then click the control again, scroll and select the second value, repeat until all options have been selected.

I'm looking for an option to let them select multiple options in the MultiSelect control at the same time without having to reclick and rescroll the options every time.  Is there a way to either keep the dropdown open when a selection has been made or allow a key press of say the CTRL key to allow multiple items to be selected at the same time?

I've attached a screenshot of the example MultiSelect that I am trying to pull this off on, I can include the code as well if that is needed.

Thanks,

Bryan

1 Answer, 1 is accepted

Sort by
0
Martin Bechev
Telerik team
answered on 15 May 2020, 09:35 AM

Hi Bryan,

Thank you for the screenshot.

It is a common scenario to select а multiple items, especially for the MultiSelect component. The widget can be configured to remain open until the user finishes with the selection by setting the autoClose option to false.

Please check the following article for more details:

https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/open-state/#toc-keeping-the-options-list-open-while-on-focus

Since we do not know when the user is actually ready with the selection, the popup is closed on blur automatically.

I hope this helps.

Regards,
Martin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
MultiSelect
Asked by
Bryan Smouse
Top achievements
Rank 1
Answers by
Martin Bechev
Telerik team
Share this question
or