kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

The pager in FileManager's Grid view initially has the k-pager-sm class on large screen.

Open martintabakov opened this issue 3 years ago • 0 comments

Bug report

In the FileManager's Grid view, if the Grid has alwaysVisible set to false, the Pager has k-pager-sm class which causes it to display as if viewed on a smaller viewport.

Reproduction of the problem

  1. Open this Dojo example, with Chrome DevTools opened - https://runner.telerik.io/fullscreen/arUtuyuf/5
  2. Inspect the pager class
  3. Resize the browser - the Pager is now displayed as expected.

Current behavior

The Pager incorrectly has the k-pager-sm class when viewed on a large viewport

Expected/desired behavior

The Pager should be displayed correctly on a large viewport

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [all]

martintabakov avatar Oct 07 '22 11:10 martintabakov