[PR #1087] [MERGED] Added SetFilterValueAsync method #2501

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1087
Author: @k-Sacr
Created: 7/24/2023
Status: Merged
Merged: 7/25/2023
Merged by: @enchev

Base: masterHead: Added-SetFilterValueAsync


📝 Commits (1)

  • 40652be Added SetFilterValueAsync method set column filter value and reload grid. Allows you to use the FilterTemplate without initializing an additional property.

📊 Changes

1 file changed (+31 additions, -17 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGridColumn.razor.cs (+31 -17)

📄 Description

Added SetFilterValueAsync method set column filter value and reload grid. Allows you to use the FilterTemplate without initializing an additional property.
And also allows save the value of FilterTemplate when saving settings.

Example:
devenv_2023-07-25_01-14-00

https://github.com/radzenhq/radzen-blazor/assets/18440948/20482534-3a9f-40a3-bde0-c9eb1f86b7d3

Example with IEnumerable
devenv_2023-07-24_21-35-50

https://github.com/radzenhq/radzen-blazor/assets/18440948/79dbd888-f292-4a1a-817b-e48fed6d962a

and code formatting fix.


🔄 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/1087 **Author:** [@k-Sacr](https://github.com/k-Sacr) **Created:** 7/24/2023 **Status:** ✅ Merged **Merged:** 7/25/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `Added-SetFilterValueAsync` --- ### 📝 Commits (1) - [`40652be`](https://github.com/radzenhq/radzen-blazor/commit/40652be0fdb9c9ef16dbf4291d64515bc218c91f) Added SetFilterValueAsync method set column filter value and reload grid. Allows you to use the FilterTemplate without initializing an additional property. ### 📊 Changes **1 file changed** (+31 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGridColumn.razor.cs` (+31 -17) </details> ### 📄 Description Added SetFilterValueAsync method set column filter value and reload grid. Allows you to use the FilterTemplate without initializing an additional property. **And also allows save the value of FilterTemplate when saving settings.** Example: ![devenv_2023-07-25_01-14-00](https://github.com/radzenhq/radzen-blazor/assets/18440948/a0122711-5827-492a-859d-9b5ab7948a91) https://github.com/radzenhq/radzen-blazor/assets/18440948/20482534-3a9f-40a3-bde0-c9eb1f86b7d3 Example with IEnumerable<string> ![devenv_2023-07-24_21-35-50](https://github.com/radzenhq/radzen-blazor/assets/18440948/fb2915a8-2cbe-4f67-822d-9b6fad6f779e) https://github.com/radzenhq/radzen-blazor/assets/18440948/79dbd888-f292-4a1a-817b-e48fed6d962a _and code formatting fix._ --- <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:08 +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#2501