[PR #1441] [MERGED] Made it so the ValueTemplate will also be applied when using multiselect #2745

Closed
opened 2026-01-29 18:20:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1441
Author: @MitchKuijpers
Created: 3/26/2024
Status: Merged
Merged: 3/27/2024
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • 1ae98f2 Made it so the ValueTemplate will also be applied when using multiselect.

📊 Changes

3 files changed (+126 additions, -9 deletions)

View changed files

📝 Radzen.Blazor.Tests/DropDownTests.cs (+105 -0)
📝 Radzen.Blazor/RadzenDropDown.razor (+16 -4)
📝 Radzen.Blazor/RadzenDropDown.razor.cs (+5 -5)

📄 Description

I was not able to create a custom ValueTemplate when selecting multiple values.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1441 **Author:** [@MitchKuijpers](https://github.com/MitchKuijpers) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 3/27/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1ae98f2`](https://github.com/radzenhq/radzen-blazor/commit/1ae98f2e3fa55e71e76beda866e3bbae023d16be) Made it so the ValueTemplate will also be applied when using multiselect. ### 📊 Changes **3 files changed** (+126 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/DropDownTests.cs` (+105 -0) 📝 `Radzen.Blazor/RadzenDropDown.razor` (+16 -4) 📝 `Radzen.Blazor/RadzenDropDown.razor.cs` (+5 -5) </details> ### 📄 Description I was not able to create a custom ValueTemplate when selecting multiple values. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:20:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2745