Completed
Last Updated: 06 Feb 2025 07:59 by ADMIN
Andrew
Created on: 29 Jan 2025 23:07
Category: UI for Blazor
Type: Feature Request
0
Grid Pager Position should allow "Both" for Top AND Bottom pager component positions.

After reading your documentation, it appears that the Pager Position enum only allows for the grid pager to be at the top OR the bottom of the grid.

It would be most excellent to allow it to be BOTH. For very large grids, it would be convenient for the user to see the grid at the very top, but if they do happen to need to scroll to the very bottom of the grid, seeing the pager component there would also be convenient for the user.

This is in regard to this page:
https://www.telerik.com/blazor-ui/documentation/components/grid/paging

Please add a .Both option to the PagerPosition enum that allows both Top and Bottom at the same time.

Thanks! :)

3 comments
ADMIN
Tsvetomir
Posted on: 06 Feb 2025 07:59

Hello Andrew,

I'm glad to hear that the provided example serves you well. Thank you for the shared feedback. I will update the documentation accordingly.

Regards,
Tsvetomir
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Andrew
Posted on: 05 Feb 2025 16:04
Oh, well that's a lovely example page you linked to. The Grid documentation page should be updated so it doesn't imply that Top and Bottom via the GridPagerSettings are the only options for the pager :) . So I don't even need the GridPagerSettings, heh, nice!

Thanks for the link, appreciate it!
ADMIN
Tsvetomir
Posted on: 05 Feb 2025 06:23

Hello Andrew,

The desired configuration is already available. You can use the following Grid + Pager example as a starting point.

If the Grid has enabled filtering, you will need to bind the Grid via the OnRead event, so that you can know the total item count at all times and set it to the top Pager component at runtime inside the OnRead handler.

Regards,
Tsvetomir
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.