Hello Mark,
You can customize the pager controls layout through CSS, for example:
<style>
.k-grid-pager .k-pager-info {
justify-content: flex-start;
max-width: 120px;
}
.k-grid-pager .k-pager-refresh {
margin-left: 0px;
}
</style>
Here's a dojo example with the CSS rules above applied: https://dojo.telerik.com/IsihIgUW/2
Regards,
Ivan Danchev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.