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

Is there a way to select multiple items at a time without clicking on the control many times ?

3 Answers 805 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Sanjeev
Top achievements
Rank 1
Sanjeev asked on 23 Sep 2013, 12:58 PM
 To select more than one item from the multiselect dropdown, user must click several times to launch dropdown and select the items individually. So the number of click increases to the respective number of items to be selected. Is there any property to set the drop down fixed and allow user to select more than one item in a single click.

Please advise even if this can be achieved through any other control. 

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 Sep 2013, 02:02 PM
Hello Sanjeev,

I am afraid there is no way to select multiple items with a single opening of the dropdown. An alternative way to select many items, which may be more useful in your scenario would be to use the keyboard - type some characters, the dropdown will open automatically with fewer items, and selection (via the mouse or the arrow keys) will be easier.

You could also try opening the MultiSelect via its API, if applicable.

http://docs.kendoui.com/api/web/multiselect#methods-open

Yet another option is to consider using the TreeView, ListView or Grid, which can display items without hiding them.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Rohan
Top achievements
Rank 1
answered on 25 Jul 2014, 12:22 PM
We too are looking to this functionality.
Will kendo implement this functionality?
Is it in your road map or already implemented in new version?
0
Dimo
Telerik team
answered on 25 Jul 2014, 01:31 PM
Hello Rohan,

This functionality already exists:

http://docs.telerik.com/kendo-ui/api/web/multiselect#configuration-autoClose

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
MultiSelect
Asked by
Sanjeev
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Rohan
Top achievements
Rank 1
Share this question
or