[PR #435] DataGrid Filtering on Enum and Nullable Enum #2182

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

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

State: closed
Merged: Yes


Fixes #434

Which allows for filtering in columns based on an enum and nullable enum.

In the video, do not look at the icons, I had some issues having them, it should look normal for you.

https://user-images.githubusercontent.com/10981553/164746943-e7fb2d6b-820b-4b1f-8fec-c1b4b52a52ec.mov

Some stuff that is currently not supported:

  • Displaytext of the enum for example when using localisation or humanized names.
  • Multi select

API:

<RadzenDataGridColumn TItem="Employee" Property="Gender" Title="Gender" />
<RadzenDataGridColumn TItem="Employee" Property="Status" Title="Nullable Status" />
**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/435 **State:** closed **Merged:** Yes --- Fixes #434 Which allows for filtering in columns based on an enum and nullable enum. > In the video, do not look at the icons, I had some issues having them, it should look normal for you. https://user-images.githubusercontent.com/10981553/164746943-e7fb2d6b-820b-4b1f-8fec-c1b4b52a52ec.mov Some stuff that is currently not supported: - Displaytext of the enum for example when using localisation or humanized names. - Multi select API: ```cs <RadzenDataGridColumn TItem="Employee" Property="Gender" Title="Gender" /> <RadzenDataGridColumn TItem="Employee" Property="Status" Title="Nullable Status" /> ```
claunia added the pull-request label 2026-01-29 18:17:37 +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#2182