[PR #462] [CLOSED] FIX: Enum GetDescription instead of Description #2185

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/462
Author: @vertonghenb
Created: 5/16/2022
Status: Closed

Base: masterHead: fix/getdescription


📝 Commits (3)

  • f1f7124 Add Display Attribute and localization
  • ee7f09e Fix simple mode and use actual value not string.
  • 0fa4d21 Fix: Use GetDescription instead of Description

📊 Changes

4 files changed (+74 additions, -14 deletions)

View changed files

Radzen.Blazor/Extensions.cs (+40 -0)
📝 Radzen.Blazor/RadzenDataGrid.razor (+2 -2)
📝 Radzen.Blazor/RadzenDataGridHeaderCell.razor (+2 -2)
📝 RadzenBlazorDemos/Pages/DataGridColumnEnumFilterPage.razor (+30 -10)

📄 Description

Use of GetDescription() uses the Localizer for ResourceType = typeof(Resource) the Description does not use this method.

Small fix, no breaking changes.


🔄 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/462 **Author:** [@vertonghenb](https://github.com/vertonghenb) **Created:** 5/16/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/getdescription` --- ### 📝 Commits (3) - [`f1f7124`](https://github.com/radzenhq/radzen-blazor/commit/f1f7124e3522a3c7b6b99356b5322454218c2749) Add Display Attribute and localization - [`ee7f09e`](https://github.com/radzenhq/radzen-blazor/commit/ee7f09e2c86f31ca7d9e01845a27a5cac8b245a3) Fix simple mode and use actual value not string. - [`0fa4d21`](https://github.com/radzenhq/radzen-blazor/commit/0fa4d21b6912f4fa1aceb1d2206722371ffcd441) Fix: Use GetDescription instead of Description ### 📊 Changes **4 files changed** (+74 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `Radzen.Blazor/Extensions.cs` (+40 -0) 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenDataGridHeaderCell.razor` (+2 -2) 📝 `RadzenBlazorDemos/Pages/DataGridColumnEnumFilterPage.razor` (+30 -10) </details> ### 📄 Description Use of `GetDescription()` uses the Localizer for ResourceType = typeof(Resource) the `Description` does not use this method. Small fix, no breaking changes. --- <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:17:38 +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#2185