Regards,
Brian
5 Answers, 1 is accepted
The described layout can be achieved if you use the pageable configuration setting as an object, and hide (disable) all the paging elements, except the refresh button.
http://docs.telerik.com/kendo-ui/api/web/grid#configuration-pageable
Please keep in mind that refreshing the virtual data via the refresh button can cause the scroll position to change. In other words, we do not officially support such a scenario.
Regards,
Dimo
Telerik

Hello,this seems to have changed between
2019.R1 => 2019.R2
using the paging configuration
pageable: {
pageSize: 5,
previousNext: false,
numeric: false,
input: false,
refresh: true,
info: false
}
the refresh icon was always on the lower right on 2019.R1 and before. And since 2019.R2 this seems to be on the lower left. This is confusing since in a paging grid the refresh icon always appears on the lower right and then all of a sudden it appears on the lower left.
Hi Joon-Sae,
With our R2 2019 release, we changed the layout of the Pager from "float" to "flex". In the new layout, we are expecting that the "info" label will push the "refresh" icon to the right - https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-r2-2019
In this case, I see that the "info" label is disabled. Having said that, we can workaround this issue with the following CSS:
<style>
.k-pager-wrap .k-link.k-pager-refresh {
margin-left: auto;
}
</style>
For a runnable example, check this Dojo - https://dojo.telerik.com/azeGUTuh
I hope this helps.
Regards,
Preslav
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.
