New to Kendo UI for jQuery? Download free 30-day trial

Responsive Design

The Kendo UI Pager is responsive by default. To disable the responsive behavior and have all of its elements visible at all times set the responsive property to false.

Visible Elements

The Pager component determines which internal elements to render based on its width. When the Pager width is greater than or equal to 600 pixels, all elements are visible:

Breaking Points

When the Pager width is greater than or equal to 600 pixels, all elements are visible:

Kendo UI for jQuery Pager component at over 600px resolution

When the Pager width is greater than 480 and less than 600 pixels, the label showing the current paging information is hidden:

Kendo UI for jQuery Pager component between 480 and 600px resolution

When the Pager width is greater than 360 and less than 480 pixels, the current page is represented by a native <select/> element. The pageSizes dropdown and the label showing the current paging information are hidden.

Kendo UI for jQuery Pager component between 360 and 480px resolution

When the Pager width is less than 360 pixels, the current page is represented by a native <select/> element. The pageSizes dropdown and the label showing the current paging information are hidden.

Kendo UI for jQuery Pager component under 360 pixels

See Also

In this article