[PR #2274] [MERGED] Fix grid settings handling for sub properties column #3173

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2274
Author: @gincsai
Created: 8/29/2025
Status: Merged
Merged: 9/9/2025
Merged by: @enchev

Base: masterHead: load-save-settings-sub-properties


📝 Commits (5)

  • d6b2f37 Fix loading settings when multiple colum has same Property (e.g using sub-property filtering)
  • 37fe495 Set shouldUpdateState too.
  • 6723315 Make QueryableExtension.Select public
  • 607d393 Change filter mode back to original on demo page.
  • b35ee7a merged

📊 Changes

4 files changed (+50 additions, -10 deletions)

View changed files

📝 Radzen.Blazor/QueryableExtension.cs (+1 -1)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+32 -8)
📝 Radzen.Blazor/RadzenDataGridColumn.razor.cs (+5 -0)
📝 RadzenBlazorDemos/Pages/DataGridSaveSettingsLoadData.razor (+12 -1)

📄 Description

  • Fix loading grid settings when multiple column has the same Property (e.g, using sub-property filtering)
  • Fix loaded settings type handling to handle an IEnumerable column where the filter value is not ValueKind.Array.
  • The loaded filter value type handling was moved to a virtual method to make it possible to extend with custom logic.
  • Added default value for Unique ID if was not set.
  • Set QueryableExtension.Select method to public. Need for generic template generation on sub-property filter columns.
  • Add 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/2274 **Author:** [@gincsai](https://github.com/gincsai) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `load-save-settings-sub-properties` --- ### 📝 Commits (5) - [`d6b2f37`](https://github.com/radzenhq/radzen-blazor/commit/d6b2f37760c1f2ebfc6a5bba966c4d859d45b105) Fix loading settings when multiple colum has same Property (e.g using sub-property filtering) - [`37fe495`](https://github.com/radzenhq/radzen-blazor/commit/37fe4952d80d0e608a0306d67264ac9c1e420b66) Set shouldUpdateState too. - [`6723315`](https://github.com/radzenhq/radzen-blazor/commit/67233158bdf21b9de06a28661f65dc24246f27a3) Make QueryableExtension.Select public - [`607d393`](https://github.com/radzenhq/radzen-blazor/commit/607d3938c83eadaa67b9d89d93790412244567c6) Change filter mode back to original on demo page. - [`b35ee7a`](https://github.com/radzenhq/radzen-blazor/commit/b35ee7a306fcfd89cc12e58bb75420e3a3bba75f) merged ### 📊 Changes **4 files changed** (+50 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/QueryableExtension.cs` (+1 -1) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+32 -8) 📝 `Radzen.Blazor/RadzenDataGridColumn.razor.cs` (+5 -0) 📝 `RadzenBlazorDemos/Pages/DataGridSaveSettingsLoadData.razor` (+12 -1) </details> ### 📄 Description - Fix loading grid settings when multiple column has the same Property (e.g, using sub-property filtering) - Fix loaded settings type handling to handle an IEnumerable column where the filter value is not ValueKind.Array. - The loaded filter value type handling was moved to a virtual method to make it possible to extend with custom logic. - Added default value for Unique ID if was not set. - Set `QueryableExtension.Select` method to public. Need for generic template generation on sub-property filter columns. - Add 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:14 +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#3173