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

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

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1202

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1202 **State:** closed **Merged:** Yes --- 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
claunia added the pull-request label 2026-01-29 18:19:32 +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#2589