Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I need to know that is it possible to change the order of Kendo Grid Footer components like Pagination, Refresh button, Items Per page etc.
Hi SOJAN,
There is no built-in way of reordering the Grid pager element, however, you can achieve it with jQuery. For example:
$("#grid .k-pager-refresh").css("order", "0"); $("#grid .k-pager-sizes").insertBefore("#grid .k-pager-numbers-wrap");
Dojo demo: https://dojo.telerik.com/qQswLOuu
Regards, Nikolay 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.