Planned
Last Updated: 25 Mar 2025 08:45 by ADMIN
Scheduled for 2025 Q2 (May)
SF
Created on: 25 Mar 2025 08:45
Category: MultiSelect
Type: Bug Report
1
For expression does not set value for taghelper when bound to a model property

Bug report

When using the Kendo MultiSelect TagHelper and binding it to a model property, the selected values are not populated.

Reproduction of the problem

Create the MultiSelect and bind it to a property of the view model:

@model API.Models.IndexViewModel

<kendo-multiselect for="SelectedCategoriesTagHelper"
                   bind-to="@Model.Categories"
                   datatextfield="Text"
                   datavaluefield="Value"
></kendo-multiselect> 

Expected/desired behavior

The MultiSelect TagHelper should correctly display the selected values when bound to a model property.

TicketID:

1682678

Environment

  • Browser: [all]
0 comments