[PR #1324] [MERGED] #1321 change PagerPosition enum to use flags #2665

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1324
Author: @djatkinsrealis
Created: 1/14/2024
Status: Merged
Merged: 1/15/2024
Merged by: @enchev

Base: masterHead: feature/1321-flag-enum


📝 Commits (1)

📊 Changes

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

View changed files

📝 Radzen.Blazor/Common.cs (+4 -3)
📝 Radzen.Blazor/RadzenDataGrid.razor (+2 -2)
📝 Radzen.Blazor/RadzenDataList.razor (+2 -2)
📝 Radzen.Blazor/RadzenGrid.razor (+2 -2)

📄 Description

Change PagerPosition enum to use [Flags]. Changed usage to make use of HasFlags instead of multiple checks.


🔄 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/1324 **Author:** [@djatkinsrealis](https://github.com/djatkinsrealis) **Created:** 1/14/2024 **Status:** ✅ Merged **Merged:** 1/15/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/1321-flag-enum` --- ### 📝 Commits (1) - [`068e49a`](https://github.com/radzenhq/radzen-blazor/commit/068e49a25e37ad3dcf162d87efb47a06b4b848e7) #1321 change PagerPosition enum to use flags ### 📊 Changes **4 files changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+4 -3) 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenDataList.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenGrid.razor` (+2 -2) </details> ### 📄 Description Change PagerPosition enum to use [Flags]. Changed usage to make use of HasFlags instead of multiple checks. --- <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:19:54 +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#2665