[PR #192] [MERGED] Fix pager visibility #2058

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/192
Author: @viordash
Created: 8/7/2021
Status: Merged
Merged: 8/9/2021
Merged by: @enchev

Base: masterHead: FixPagerVisibility


📝 Commits (2)

  • 6034e70 RadzenPager. disable hiding by count of items if PageSizeOptions are specified
  • 0bc8a1d add tests for Pager

📊 Changes

2 files changed (+66 additions, -4 deletions)

View changed files

Radzen.Blazor.Tests/PagerTests.cs (+57 -0)
📝 Radzen.Blazor/RadzenPager.razor (+9 -4)

📄 Description

If PageSizeOptions are present, do not hide the Pager element if the number of records is less than PageSize


🔄 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/192 **Author:** [@viordash](https://github.com/viordash) **Created:** 8/7/2021 **Status:** ✅ Merged **Merged:** 8/9/2021 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `FixPagerVisibility` --- ### 📝 Commits (2) - [`6034e70`](https://github.com/radzenhq/radzen-blazor/commit/6034e70c03b73d25aeb7eca8e1cdab82d5b086a6) RadzenPager. disable hiding by count of items if PageSizeOptions are specified - [`0bc8a1d`](https://github.com/radzenhq/radzen-blazor/commit/0bc8a1dc23e1673e90833391061bbb7fe3eb229f) add tests for Pager ### 📊 Changes **2 files changed** (+66 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `Radzen.Blazor.Tests/PagerTests.cs` (+57 -0) 📝 `Radzen.Blazor/RadzenPager.razor` (+9 -4) </details> ### 📄 Description If PageSizeOptions are present, do not hide the Pager element if the number of records is less than PageSize --- <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:16:57 +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#2058