You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kendo UI Pager has the option of adding a Refresh button to the rendering.
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.
The text was updated successfully, but these errors were encountered:
robertmclaws
changed the title
[Request] Pager Refresh button
Feature Request: [Pager] Refresh button
Jun 9, 2024
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.
The Kendo UI Pager has the option of adding a Refresh button to the rendering.
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 thePagedDataBoundComponent
has two hard-coded pagers.if you had a
RadzenDataGridPager
component, it could register itself with the base like aRadzenDataGridColumn
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.The text was updated successfully, but these errors were encountered: