[PR #2128] [CLOSED] fix #2071: allow single-with-menu and advanced mixed filter modes #3090

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2128
Author: @m0ddixx
Created: 4/25/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 66eee38 fix #2071: allow single-with-menu and advanced mixed filter modes

📊 Changes

5 files changed (+24 additions, -11 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+12 -4)
📝 Radzen.Blazor/RadzenDataGridColumn.razor.cs (+4 -1)
📝 Radzen.Blazor/RadzenDataGridFilterMenu.razor (+4 -4)
📝 Radzen.Blazor/RadzenDataGridHeaderCell.razor (+3 -1)
📝 RadzenBlazorDemos/Pages/DataGridMixedAdvancedFilterPage.razor (+1 -1)

📄 Description

As per the issue #2071 there seems to be no discriminating identifier between the both pop up menus of the Advanced or the SimpleWithMenu FilterMode. To get around this issue I created a logic to assign either 'swm-' prefix for SimpleWithMenu or the 'adv-' for Advanced.
This will seperate interaction from one another and doesn't create render issues as stated in #2071 .


🔄 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/2128 **Author:** [@m0ddixx](https://github.com/m0ddixx) **Created:** 4/25/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`66eee38`](https://github.com/radzenhq/radzen-blazor/commit/66eee389cb1dd5f87d97f05ad42fe5e89aa057ee) fix #2071: allow single-with-menu and advanced mixed filter modes ### 📊 Changes **5 files changed** (+24 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+12 -4) 📝 `Radzen.Blazor/RadzenDataGridColumn.razor.cs` (+4 -1) 📝 `Radzen.Blazor/RadzenDataGridFilterMenu.razor` (+4 -4) 📝 `Radzen.Blazor/RadzenDataGridHeaderCell.razor` (+3 -1) 📝 `RadzenBlazorDemos/Pages/DataGridMixedAdvancedFilterPage.razor` (+1 -1) </details> ### 📄 Description As per the issue #2071 there seems to be no discriminating identifier between the both pop up menus of the Advanced or the SimpleWithMenu FilterMode. To get around this issue I created a logic to assign either 'swm-' prefix for SimpleWithMenu or the 'adv-' for Advanced. This will seperate interaction from one another and doesn't create render issues as stated in #2071 . --- <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:21:53 +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#3090