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

Pager is vertical

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ro
Top achievements
Rank 1
Ro asked on 11 Mar 2018, 12:48 PM

Hi,

We upgraded our kendo ui version to v2018.1.117.

Since then, when the screen is smaller than 1024*768 resolution, the pager in the grid is shown as a dropDown control in vertical mode,
instead of horizontal - as it always was.

How can we remain the old behavior - that the pager of the grid will be shown horizontally?

Thanks,

Yael

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 12 Mar 2018, 09:59 AM
Hi Yael,

Based on your post, I assume that you are updating from an old Kendo UI version, as the media queries were added 3-4 years ago.

To remove this functionality, you could follow one of the below approaches:

1) Override the applied CSS rules.

There are a lot of rules. You could inspect each pager element and get all the Media Queries styles. After that, override them one by one. For example:
2) Remove the "k-pager" related selectors from the media queries of the Kendo UI source files styles. For example:
I hope this information is useful.


Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Ro
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or