DataGrid filter fails over DateTime type columns #1947

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

Originally created by @RaHorusFreak on GitHub (Jan 9, 2026).

Describe the bug
Filtering on DataGrid over a DateTime type column doesn't produce any filter.

To Reproduce
Steps to reproduce the behavior:

  1. Populate a DataGrid with at least one DateTime type column.
  2. Filter by the DateTime column.
  3. See an empty string in LoadDataArgs.Filter property (LoadDataArgs.Filters collection has the related item).

Expected behavior
LoadDataArgs.Filter must have the filter expression for the DateTime type column.

Additional context
This is happening to me since upgrading the package to 8.5.0. On version 8.4.3 it works as expected.

Originally created by @RaHorusFreak on GitHub (Jan 9, 2026). **Describe the bug** Filtering on DataGrid over a DateTime type column doesn't produce any filter. **To Reproduce** Steps to reproduce the behavior: 1. Populate a DataGrid with at least one DateTime type column. 2. Filter by the DateTime column. 3. See an empty string in LoadDataArgs.Filter property (LoadDataArgs.Filters collection has the related item). **Expected behavior** LoadDataArgs.Filter must have the filter expression for the DateTime type column. **Additional context** This is happening to me since upgrading the package to 8.5.0. On version 8.4.3 it works as expected.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1947