[PR #983] [MERGED] DataGrid support for In/NoIn filter operators added for IQueryable #2445

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/983
Author: @enchev
Created: 5/22/2023
Status: Merged
Merged: 5/22/2023
Merged by: @enchev

Base: masterHead: in-filter-operator


📝 Commits (3)

📊 Changes

4 files changed (+58 additions, -5 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+8 -0)
📝 Radzen.Blazor/QueryableExtension.cs (+10 -0)
📝 Radzen.Blazor/RadzenDataGridColumn.cs (+9 -4)
📝 RadzenBlazorDemos/Pages/DataGridColumnFilterTemplate.razor (+31 -1)

📄 Description

Fix #977


🔄 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/983 **Author:** [@enchev](https://github.com/enchev) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 5/22/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `in-filter-operator` --- ### 📝 Commits (3) - [`d2bc0f9`](https://github.com/radzenhq/radzen-blazor/commit/d2bc0f96eca4813f9f334578729d4e139dfae0a4) In and NotIt filter operators added - [`0364122`](https://github.com/radzenhq/radzen-blazor/commit/0364122b672901e1c0ff5c7b96e10c56bb1e4812) FilterOperator fixed - [`bb140fa`](https://github.com/radzenhq/radzen-blazor/commit/bb140faae2d35f3090ec17c61481353036e3d214) demo updated ### 📊 Changes **4 files changed** (+58 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+8 -0) 📝 `Radzen.Blazor/QueryableExtension.cs` (+10 -0) 📝 `Radzen.Blazor/RadzenDataGridColumn.cs` (+9 -4) 📝 `RadzenBlazorDemos/Pages/DataGridColumnFilterTemplate.razor` (+31 -1) </details> ### 📄 Description Fix #977 --- <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:51 +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#2445