[PR #1355] DateTimeOffset Filters not loading from DataGridSettings #2694

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

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

State: closed
Merged: Yes


GetFilterValue currently handles DateTime and DateTime? twice, where the later was presumably meant to be DateTimeOffset and DateTimeOffset?.

This causes DateTimeOffset type filters to not load back to the Data Grid

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1355 **State:** closed **Merged:** Yes --- `GetFilterValue` currently handles `DateTime` and `DateTime?` twice, where the later was presumably meant to be `DateTimeOffset` and `DateTimeOffset?`. This causes `DateTimeOffset` type filters to not load back to the Data Grid
claunia added the pull-request label 2026-01-29 18:20:03 +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#2694