This is a migrated thread and some comments may be shown as answers.

Page no not showing in Pagination in lower resolution

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 03 Sep 2020, 10:52 AM

hi all

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

Sort by
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/.

Tags
Grid
Asked by
Mahesh
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or