[PR #1177] [MERGED] Added Filters to Query to be able to get filter data via grid.Query.Filters #2560

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1177
Author: @k-Sacr
Created: 10/2/2023
Status: Merged
Merged: 10/3/2023
Merged by: @enchev

Base: masterHead: Added-Filters-to-Query


📝 Commits (3)

  • c4526b4 Added Filters to Query to be able to get filter data via grid.Query.Filters
  • 0cb891d Return FilterParameters
  • 5b43d52 removed change for RadzenGrid.razor

📊 Changes

2 files changed (+11 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+5 -0)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+6 -2)

📄 Description

Added to get data Filters list Grid and DataGrid through Query.
Need for custom processing of Filters list Grid/DataGrid example during export.

devenv_2023-10-02_17-14-32

object[] FilterParameters has been removed due to not being used in the code. Maybe it's need returning?


🔄 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/1177 **Author:** [@k-Sacr](https://github.com/k-Sacr) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/3/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `Added-Filters-to-Query` --- ### 📝 Commits (3) - [`c4526b4`](https://github.com/radzenhq/radzen-blazor/commit/c4526b4640f33e0ea924108d86c891eddbe62117) Added Filters to Query to be able to get filter data via grid.Query.Filters - [`0cb891d`](https://github.com/radzenhq/radzen-blazor/commit/0cb891dc8a2ad8ccb2061eff24e78304dd2941cd) Return FilterParameters - [`5b43d52`](https://github.com/radzenhq/radzen-blazor/commit/5b43d52a9c9caaa161d8ffb9bee886c5b7154c07) removed change for RadzenGrid.razor ### 📊 Changes **2 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+5 -0) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+6 -2) </details> ### 📄 Description Added to get data `Filters` list Grid and DataGrid through Query. Need for custom processing of `Filters` list Grid/DataGrid example during export. ![devenv_2023-10-02_17-14-32](https://github.com/radzenhq/radzen-blazor/assets/18440948/b8858684-2383-4d36-b1ad-f9ba7f6b7f82) `object[] FilterParameters` has been removed due to not being used in the code. Maybe it's need returning? --- <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:25 +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#2560