[PR #674] [MERGED] fix issue #673 When trying to filter on a property from parent interf… #2269

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/674
Author: @mafei1982
Created: 11/1/2022
Status: Merged
Merged: 11/1/2022
Merged by: @enchev

Base: masterHead: master


📝 Commits (2)

  • 465470c fix issue #673 When trying to filter on a property from parent interface (Current Titem type is also an interface), the FilterPropertyType is null
  • 052010f rename the private method

📊 Changes

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

View changed files

📝 Radzen.Blazor/Common.cs (+24 -3)

📄 Description

try to fix issue #673

The previous code did not handle properties of interface well. And to fix it, just need to get all the interfaces of the interface type and search the target property


🔄 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/674 **Author:** [@mafei1982](https://github.com/mafei1982) **Created:** 11/1/2022 **Status:** ✅ Merged **Merged:** 11/1/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`465470c`](https://github.com/radzenhq/radzen-blazor/commit/465470c64938913d40c21fc52accb2f9a55971d6) fix issue #673 When trying to filter on a property from parent interface (Current Titem type is also an interface), the FilterPropertyType is null - [`052010f`](https://github.com/radzenhq/radzen-blazor/commit/052010f9dd12815aae5f41abe59f773baec1cc57) rename the private method ### 📊 Changes **1 file changed** (+24 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+24 -3) </details> ### 📄 Description try to fix issue #673 The previous code did not handle properties of interface well. And to fix it, just need to get all the interfaces of the interface type and search the target property --- <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:18:02 +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#2269