How to remove pager dropdown in redo grid?

1 Answer 176 Views
Grid
Philippe
Top achievements
Rank 1
Philippe asked on 09 Jun 2022, 06:45 PM
Since I've updated to the latest version of kendo, a dropdown has appeared in my grids, next to the buttons to choose a page, that allows a user to choose a page. I would rather not have this dropdown. Is there any way to remove it?

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 14 Jun 2022, 10:50 AM

Hello Philippe,

You can disable this feature by setting the pageable.responsive to false:

pageable: {
  responsive: false
}

More about the responsive pager you can find in the below article:

https://docs.telerik.com/kendo-ui/controls/data-management/pager/responsive

Regards,
Nikolay
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/.

Tags
Grid
Asked by
Philippe
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or