DataGrid custom Column FilterTemplate filter ordering #212

Closed
opened 2026-01-29 17:33:27 +00:00 by claunia · 1 comment
Owner

Originally created by @DvD12 on GitHub (Sep 29, 2021).

Describe the bug
Using a RadzenDropDown to filter enums in a DataGrid resets other filters. This is present even in the Blazor sample provided in the documentation examples.

To Reproduce
Steps to reproduce the behavior:

  1. Navigate to the sample https://blazor.radzen.com/datagrid-filter-template
  2. Filter by ID (for example, 2)
  3. Filter by Title of Courtesy (for example, 'Mr.')
    The filter is applied, but the ID filter is reset.

Additional context
It would be nice to have a way to filter an enum with a dropdown that works out of the box, instead of resorting to having to write a FilterTemplate that filters the data collection.

Originally created by @DvD12 on GitHub (Sep 29, 2021). **Describe the bug** Using a `RadzenDropDown` to filter enums in a `DataGrid` resets other filters. This is present even in the Blazor sample provided in the documentation examples. **To Reproduce** Steps to reproduce the behavior: 1. Navigate to the sample https://blazor.radzen.com/datagrid-filter-template 2. Filter by ID (for example, 2) 3. Filter by Title of Courtesy (for example, 'Mr.') The filter is applied, but the ID filter is reset. **Additional context** It would be nice to have a way to filter an enum with a dropdown that works out of the box, instead of resorting to having to write a `FilterTemplate` that filters the data collection.
Author
Owner

@enchev commented on GitHub (Sep 30, 2021):

Fixed in our latest update

@enchev commented on GitHub (Sep 30, 2021): Fixed in our latest update
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#212