Completed
Last Updated: 24 Nov 2021 09:09 by ADMIN
Release R3.2021.SP.next
Christian Sandöy
Created on: 27 Sep 2021 06:51
Category: MultiSelect
Type: Bug Report
2
MultiSelect TagHelper does not select multiple items

### Bug report

The MultiSelect TagHelper is rendered as a DropDownList and does not allow multiple selections.

### Reproduction of the problem

https://demos.telerik.com/aspnet-core/multiselect/tag-helper

### Expected/desired behavior

The MultiSelect TagHelper should allow multiple selections.


### Environment

* **Kendo UI version: 2021.3.914
* **jQuery version: 1.12.4
* **Browser: [all]

5 comments
ADMIN
Aleksandar
Posted on: 24 Nov 2021 09:09

Hi Kyle,

Yes, the fix was released with v2021.3.1109. Here are the release notes.

Regards,
Aleksandar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Kyle
Posted on: 18 Nov 2021 21:19
Was this released in 2021.3.1109?
Kyle
Posted on: 26 Oct 2021 13:01

@Aleksandar:

 

Could I also point out that in the MultiSelectTagHelper, TagMode is of type string, when the MVC fluent syntax it's of type Kendo.Mvc.UI.MultiSelectTagMode (an enum).

 

ADMIN
Aleksandar
Posted on: 19 Oct 2021 06:18

Hello Sanaz,

The issue has already been fixed. As the note above the item indicates, the fix will be available with the next release. It is scheduler for the beginning of November, but until then, if desired you can:
  • Use HTML helpers or jQuery to initialize the MultiSelect.
  • Use the latest internal build that contains the fix. You can get it from the Downloads section of your account, when selecting Telerik UI for ASP.NET Core and then downloading the latest internal build.
  • Revert to the previous version.

I hope the above helps.

Regards,
Aleksandar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Sanaz
Posted on: 18 Oct 2021 22:03

I have the same issue. is the bug fixed?

Thanks.