[PR #1330] [MERGED] #1329 Optional pagination text labels for PagedDataBoundComponent Pre… #2673

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

📋 Pull Request Information

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

Base: masterHead: feature/1329-optional-pagination-labels


📝 Commits (1)

  • 57ece5d #1329 Optional pagination text labels for PagedDataBoundComponent Prev and Next buttons

📊 Changes

6 files changed (+41 additions, -9 deletions)

View changed files

📝 Radzen.Blazor/PagedDataBoundComponent.cs (+12 -0)
📝 Radzen.Blazor/RadzenDataGrid.razor (+2 -2)
📝 Radzen.Blazor/RadzenDataList.razor (+2 -2)
📝 Radzen.Blazor/RadzenGrid.razor (+2 -2)
📝 Radzen.Blazor/RadzenPager.razor (+8 -0)
📝 Radzen.Blazor/RadzenPager.razor.cs (+15 -3)

📄 Description

Our designers proposed a visual design system for our projects that have "Prev" & "Next" text labels after and before (respectively) the < and > chevron icons in the pagination.

The current pagination does not support text labels for the various buttons. We propose adding optional text labels, that are inserted into the pagination display when provided. PR to follow.

You may wish us to extend this to have the "First" and "Last" label placeholders as well (which was not part of our current design requirements). If so just ask.

The alternative is to roll our own pagination component, which seems a waste when the Radzen pagination does so much already.


🔄 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/1330 **Author:** [@djatkinsrealis](https://github.com/djatkinsrealis) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/1329-optional-pagination-labels` --- ### 📝 Commits (1) - [`57ece5d`](https://github.com/radzenhq/radzen-blazor/commit/57ece5d86437de008416a9c4d0cc10624ca0e990) #1329 Optional pagination text labels for PagedDataBoundComponent Prev and Next buttons ### 📊 Changes **6 files changed** (+41 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/PagedDataBoundComponent.cs` (+12 -0) 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenDataList.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenGrid.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenPager.razor` (+8 -0) 📝 `Radzen.Blazor/RadzenPager.razor.cs` (+15 -3) </details> ### 📄 Description Our designers proposed a visual design system for our projects that have "Prev" & "Next" text labels after and before (respectively) the < and > chevron icons in the pagination. The current pagination does not support text labels for the various buttons. We propose adding optional text labels, that are inserted into the pagination display when provided. PR to follow. You may wish us to extend this to have the "First" and "Last" label placeholders as well (which was not part of our current design requirements). If so just ask. The alternative is to roll our own pagination component, which seems a waste when the Radzen pagination does so much already. --- <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:56 +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#2673