[PR #1256] [MERGED] Update QueryableExtension.cs #2624

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1256
Author: @AlittaSakraf
Created: 11/21/2023
Status: Merged
Merged: 11/22/2023
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • 6482ca9 Update QueryableExtension.cs

📊 Changes

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

View changed files

📝 Radzen.Blazor/QueryableExtension.cs (+6 -4)

📄 Description

Bug: If you use a sub-property in the Column PropertyName (ex: "Data2.Name") and the filter is isNull / IsNotNull / Empty/ NotEmtpy -> There will be an excepction: "Error: The 'np' (null-propagation) function requires the first argument to be a MemberExpression, ParameterExpression or MethodCallExpression (at index 0) because of the double np(np(.....)) in the generated Filter 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/1256 **Author:** [@AlittaSakraf](https://github.com/AlittaSakraf) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6482ca9`](https://github.com/radzenhq/radzen-blazor/commit/6482ca9f939830d0fbfd29d7ef8ef5c472d5c77d) Update QueryableExtension.cs ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/QueryableExtension.cs` (+6 -4) </details> ### 📄 Description Bug: If you use a sub-property in the Column PropertyName (ex: "Data2.Name") and the filter is isNull / IsNotNull / Empty/ NotEmtpy -> There will be an excepction: "Error: The 'np' (null-propagation) function requires the first argument to be a MemberExpression, ParameterExpression or MethodCallExpression (at index 0) because of the double np(np(.....)) in the generated Filter 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:19:43 +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#2624