Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: [Pager] Refresh button #1551

Open
robertmclaws opened this issue Jun 9, 2024 · 2 comments
Open

Feature Request: [Pager] Refresh button #1551

robertmclaws opened this issue Jun 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@robertmclaws
Copy link
Contributor

robertmclaws commented Jun 9, 2024

The Kendo UI Pager has the option of adding a Refresh button to the rendering.

image

Would be amazing if the Radzen pager could do the same thing, and have that functionality wired into the PagedDataBoundComponent so the DataGrid can take advantage of it.

I would also refactor the PagedDataBoundComponent a bit to let you register an infinite number of Pagers instead of hard-coding two. The reason being, if you want to add other buttons to a pager, right now you can't, because the PagedDataBoundComponent has two hard-coded pagers.

if you had a RadzenDataGridPager component, it could register itself with the base like a RadzenDataGridColumn does. Then you could put one literally anywhere, and the base would just loop through the registered Pagers to trigger actions.

Then you could have a PagerTemplate RenderFragment property if you wanted to replace the built-in Pager with your own.

@robertmclaws robertmclaws changed the title [Request] Pager Refresh button Feature Request: [Pager] Refresh button Jun 9, 2024
@robertmclaws
Copy link
Contributor Author

@akorchev Any thoughts on this?

@akorchev
Copy link
Collaborator

Hi @robertmclaws,

This isn't on the immediate pipeline. It requires UX work and we are currently occupied with a major new release of the library. We don't have an ETA. Still a nice feature to have and we would probably get to it at some point.

@yordanov yordanov added the enhancement New feature or request label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants