Unplanned
Last Updated: 26 Jan 2022 11:46 by ADMIN
Created by: Mauro
Comments: 0
Category: MultiSelect
Type: Feature Request
1
Currently, there is no way to style summary tag differently. The GroupTagTemplate only applies to the text inside it.

Multiselect has no class/style property to provide anything. Adding a different class to the Summary tag button can help the users modify it.
Unplanned
Last Updated: 24 Jan 2022 13:09 by ADMIN

Currently, the MultiSelect component indicates an item is selected with a dedicated CSS class - k-selected. This CSS class styles the item so that the whole row in the MultiSelect popup appears selected.

However, if checkbox selection is enabled, the k-selected class no longer appears - the only indication that an item is selected, remains the checkbox.

This request calls for an option to have both types of indication available and independently configurable.

Providing data for an item's selected state for use in a custom template is also desirable.

Unplanned
Last Updated: 10 Dec 2021 09:36 by ADMIN
Created by: Michal
Comments: 3
Category: MultiSelect
Type: Feature Request
1

is it possible to add aria-label to kendo-multiselect? ( and it should be multiselect responsibility to propagate it to internal input )

 

Duplicated
Last Updated: 16 Sep 2021 11:44 by ADMIN
Created by: Kyle
Comments: 1
Category: MultiSelect
Type: Feature Request
1
  • My project requires that the multiselect control doesn't wrap to the next line.
  • We'd like to make use of the summary tag so that line-wrapping does not occur.
  • We also don't know what the width is going to be, so we can't accurately calculate how many tabs would be able to fit ( for using the existing tagMapper functionality)
  • It would be nice if there was a setting to use the summary tag as soon as a linewrap is going to happen.

 

  • So for example, instead of seeing this when we add too many items:

  • We see this:

  • but if the field ends up wider and therefore doesn't have to wrap, we see all the tags:

 

Unplanned
Last Updated: 27 Jul 2021 12:14 by ADMIN
Created by: SJ
Comments: 1
Category: MultiSelect
Type: Feature Request
16

Hi I want to change the order of the selected items in a multiselecte. I know we have sortable to drag and drop, but can we do that inside a multiselect?

 

When we choose several items from the dropdown in a multiselecte component, the order of the tags is the same with how we choose from the dropdown and we can not change the order. Is there a way to change the display order by drag and drop?

Unplanned
Last Updated: 13 Jul 2021 07:36 by ADMIN
Created by: Imported User
Comments: 0
Category: MultiSelect
Type: Feature Request
5
Add maxSelectedItems property to the Multiselect. 
Declined
Last Updated: 13 Jul 2021 06:09 by ADMIN
Created by: Kiran
Comments: 2
Category: MultiSelect
Type: Feature Request
0
I have multiselect components and i have to need auto suggestions list in my multiselect components how to achieved this functionality? Please Do Suggestions.
Duplicated
Last Updated: 12 Jul 2021 15:20 by ADMIN
Created by: Seyfor
Comments: 1
Category: MultiSelect
Type: Feature Request
3

Please provide option to set maximum selected items in multi-select.

Same as maxSelectedItems in jQuery version.

Declined
Last Updated: 22 Jun 2021 14:08 by ADMIN
Created by: Rasmus
Comments: 1
Category: MultiSelect
Type: Feature Request
1
I know this can be done with the change event but that is just a workaround. Would use this from UI for angular.
Unplanned
Last Updated: 18 Aug 2020 13:03 by ADMIN
Based on the fixed width of the component change the summary tag value without showing tags in a new line. The tags should occupy the space in one line and towards the end when there is no space; then show +1,+2, etc
Duplicated
Last Updated: 11 Jun 2020 11:22 by ADMIN
Created by: n/a
Comments: 1
Category: MultiSelect
Type: Feature Request
8
Provide a Select All option for Kendo Angular MultiSelect component.
Unplanned
Last Updated: 09 Jun 2020 13:39 by ADMIN
Created by: Imported User
Comments: 0
Category: MultiSelect
Type: Feature Request
6
Disable individual choices from deletion on multi-select in case there is a value that must always be selected.
Unplanned
Last Updated: 02 Jul 2019 14:09 by ADMIN

Currently the kengoMultiSelectSummaryTag only supports a number as its input, which enables switching to summary mode if the number of selected items is greater than the specified value.

It would be nice to add an option for dynamic mode which will be based on the available space for the control and will automatically switch to summary mode if there is not enough  space for displaying all the items.

See the screenshots to illustrate how it might look like.

Thanks,

Shai.

 

Declined
Last Updated: 15 Apr 2019 14:07 by ADMIN

Provide a way to easily clear the selected values from a multiselect. Similar functionality can be achieved by achieved by setting the value of the multiselect to an empty array, however this does not deselect the items in the dropdown portion of the multiselect, and the items must be clicked twice to reselect them. The clear should function the exact same as the built in clear button. 

https://5ec2yi.run.stackblitz.io/

Unplanned
Last Updated: 17 Jan 2019 14:39 by ADMIN

Hi Telerik,

It would be great if we can add Select All functionality as a built-in feature of the MultiSelect component. It is especially useful when working with checkboxes, e.g., https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates/#toc-rendering-item-checkboxes.

1 2