[PR #2432] [MERGED] Allow overriding Dropdown's GetItemOrValueFromProperty method #3253

Open
opened 2026-01-29 18:22:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2432
Author: @Theronguard
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @enchev

Base: masterHead: dropdown-patch


📝 Commits (1)

  • d3b68b3 Changed the method signature to virtual, to allow overrding Enum translation with component activators

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/DropDownBase.cs (+1 -1)

📄 Description

Changed the method signature to virtual, to allow overrding Enum translation with component activators (using the Display attribute's name instead of description for example)


🔄 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/2432 **Author:** [@Theronguard](https://github.com/Theronguard) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `dropdown-patch` --- ### 📝 Commits (1) - [`d3b68b3`](https://github.com/radzenhq/radzen-blazor/commit/d3b68b37e1d859546739b0b6438561cb25836fd7) Changed the method signature to virtual, to allow overrding Enum translation with component activators ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/DropDownBase.cs` (+1 -1) </details> ### 📄 Description Changed the method signature to virtual, to allow overrding Enum translation with component activators (using the Display attribute's name instead of description for example) --- <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:22:39 +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#3253