i have grid with data and pagination in bottom .in higher resolutin screens , all page no is showing . in lower reolution only first page no is showng ( refer screen shot )
is it anyway to show all page no in pagination details?
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 07 Sep 2020, 05:20 AM
Hi Mahesh,
By default Grid's pager is responsive - changes its appearance based on the screen size to fit better on smaller screen. To switch this feature off, set Grid pageable.responsive setting to false - the corresponding setting for MVC is as follows:
.Pageable(pager => pager
.Responsive(false)
)
You may find the rest of the pageable settings helpful.
Regards,
Dimitar
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/.