Responsive Pager
The Pager of the Kendo UI TreeList is responsive by design. It automatically adjusts its appearance based on the available screen size.
The responsive Pager is enabled by default and enhances the user experience on mobile devices. To disable the responsive functionality, set the responsive property of the PagerSettings object to false.
When the Pager template is used, the default responsive behavior is disabled, as the developer has full control over the Pager content.
The following example demonstrates the responsive Pager in action.
Based on its width, the Pager dynamically determines which internal elements to render. When the available space is limited, the Pager hides its controls. For more details about the corresponding elements that are shown or hidden, refer to the Pager Responsive Design article.
When the Pager is in non-responsive mode, its internal controls automatically wrap onto a new row to ensure all elements remain accessible and visible.