[PR #1202] [MERGED] Fix-loading-datagrid-filter-settings-with-quotes #2586

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

📋 Pull Request Information

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

Base: masterHead: Fix-loading-datagrid-filter-settings-with-quotes


📝 Commits (1)

  • 1db8c05 Fixed loading datagrid filter settings with quotes. When loading the filter value from json, get the string value of the element.

📊 Changes

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

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+1 -1)

📄 Description

Fixed loading DataGrid filter settings with quotes. When loading the filter value from json, get the string value of the element.

Not sure why use .GetRawText().Replace("\"", ""); but most likely after fix https://github.com/radzenhq/radzen-blazor/pull/1051 this is not necessary.

Before:

https://github.com/radzenhq/radzen-blazor/assets/18440948/9bebbcfb-081d-453a-a991-6678496cd5c1

After:

https://github.com/radzenhq/radzen-blazor/assets/18440948/edc8d3ff-856e-4124-96f8-8e6dc1815504


🔄 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/1202 **Author:** [@k-Sacr](https://github.com/k-Sacr) **Created:** 10/18/2023 **Status:** ✅ Merged **Merged:** 10/18/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `Fix-loading-datagrid-filter-settings-with-quotes` --- ### 📝 Commits (1) - [`1db8c05`](https://github.com/radzenhq/radzen-blazor/commit/1db8c05a433a4cc853864676f64f68f1bf196877) Fixed loading datagrid filter settings with quotes. When loading the filter value from json, get the string value of the element. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+1 -1) </details> ### 📄 Description Fixed loading DataGrid filter settings with quotes. When loading the filter value from json, get the string value of the element. Not sure why use `.GetRawText().Replace("\"", "");` but most likely after fix https://github.com/radzenhq/radzen-blazor/pull/1051 this is not necessary. Before: https://github.com/radzenhq/radzen-blazor/assets/18440948/9bebbcfb-081d-453a-a991-6678496cd5c1 After: https://github.com/radzenhq/radzen-blazor/assets/18440948/edc8d3ff-856e-4124-96f8-8e6dc1815504 --- <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:31 +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#2586