[PR #1811] [CLOSED] Add FilterSortOrder to RadzenDataFilterProperty #2908

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1811
Author: @tale80
Created: 11/25/2024
Status: Closed

Base: masterHead: datafilter-sort-filters


📝 Commits (1)

  • 1ee3e63 Add FilterSortOrder to RadzenDataFilterProperty

📊 Changes

4 files changed (+20 additions, -9 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataFilter.razor.cs (+4 -3)
📝 Radzen.Blazor/RadzenDataFilterItem.razor (+1 -1)
📝 Radzen.Blazor/RadzenDataFilterProperty.cs (+8 -0)
📝 RadzenBlazorDemos/Pages/DataFilterIQueryable.razor (+7 -5)

📄 Description

Introduced a FilterSortOrder parameter to control the sorting order of filters in RadzenDataFilterProperty. Updated relevant components to utilize and display the correct property sort order. This change ensures that filters are organized as specified by their sort order values.

FilterSortOrder start at 100 to allow adding priority by just adding a small value to some filters and not enforce to set the order on all


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1811 **Author:** [@tale80](https://github.com/tale80) **Created:** 11/25/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `datafilter-sort-filters` --- ### 📝 Commits (1) - [`1ee3e63`](https://github.com/radzenhq/radzen-blazor/commit/1ee3e6362e5610abcf1d889ab91d800124c37ef8) Add FilterSortOrder to RadzenDataFilterProperty ### 📊 Changes **4 files changed** (+20 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataFilter.razor.cs` (+4 -3) 📝 `Radzen.Blazor/RadzenDataFilterItem.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenDataFilterProperty.cs` (+8 -0) 📝 `RadzenBlazorDemos/Pages/DataFilterIQueryable.razor` (+7 -5) </details> ### 📄 Description Introduced a FilterSortOrder parameter to control the sorting order of filters in RadzenDataFilterProperty. Updated relevant components to utilize and display the correct property sort order. This change ensures that filters are organized as specified by their sort order values. FilterSortOrder start at 100 to allow adding priority by just adding a small value to some filters and not enforce to set the order on all --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:21:02 +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#2908