Items per page not loading initially

2 Answers 43 Views
Grid
Vijay
Top achievements
Rank 1
Iron
Vijay asked on 30 Sep 2024, 12:23 PM

Hi Team,

We've noticed a problem where the "Items per page" section of the grid doesn't load at first. As observed below.

After the screen is zoomed out, it is visible.

Explanation of scenario-

Screen is in default zoom 100% - Not visible, once zoomed out to any value below 100% say 90 - Visible

Screen loaded in 90% - Not visible, Once zoomed out below 90 - Visible

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 30 Sep 2024, 03:31 PM

Hello Vijay,

 

Thank you for contacting us.

Beginning with the following version of the MVC UI toolset you can disable the .Responsive() property of the pager:


https://docs.telerik.com/kendo-ui/backwards-compatibility/2020-backward-compatibility#kendo-ui-2020-r2
  .Pageable(p=>p.Responsive(false))

This property is enabled by default and disabling it should bring back the pager info by default.

Can you try to apply it in your project and let me know if you find this suggestion beneficial?

 

Regards,
Eyup
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Vijay
Top achievements
Rank 1
Iron
answered on 01 Oct 2024, 12:38 PM

Hi Eyup,

When we disable the property the pagination section is in expanded mode as below. This should be in short format and need to show Items per page. Is there any way to achieve this ?

Eyup
Telerik team
commented on 04 Oct 2024, 12:37 PM

I have just responded to your formal support ticket on the same matter. Thank you for sharing additional details there.

I suggest that we continue our technical conversation on the other thread.

Tags
Grid
Asked by
Vijay
Top achievements
Rank 1
Iron
Answers by
Eyup
Telerik team
Vijay
Top achievements
Rank 1
Iron
Share this question
or