Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Grid] Pager - Page size containing 3 digits is not fully visible after selection #4551

Open
ira-halenok opened this issue Feb 26, 2025 · 0 comments

Comments

@ira-halenok
Copy link

Description

After upgrading to v17.2.0, we noticed a regression issue concerning the page sizes of the grid.
If a selected page size contains three or more digits, the user is unable to see the number fully.

Steps To Reproduce

StackBlitz

  1. Set up a Grid for which a list with page sizes contains a number with at least three digits (e.g., 300).
  2. Select the number mentioned above.
  3. See that you are able to see only the first two digits (30) instead of all of them (300).

Screenshots or video

Image
Image

Actual Behavior

The user is able to see only the first two digits of the selected page size if the selected page size contains three or more digits.

Expected Behavior

The user should be able to see all digits of the selected page size number.

Browser

Chrome

Browser version

latest

OS type

Windows

OS version

No response

Last working version of the Kendo UI for Angular package (if regression).

v13.2.1 (that we are aware of)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant