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

Kendo grid pager doesn't work with automatic page sizes in Kendo v17 #4520

Closed
aueelis opened this issue Jan 17, 2025 · 2 comments
Closed

Kendo grid pager doesn't work with automatic page sizes in Kendo v17 #4520

aueelis opened this issue Jan 17, 2025 · 2 comments

Comments

@aueelis
Copy link

aueelis commented Jan 17, 2025

Description

When using automatic page sizes by specifiying [pageable]="{pageSizes: true}", the page size selection is not working. It is possible to open the dropdown by clicking on it, but clicking the options doesn't work.

Specifying the page sizes manually by settings [pageable]="{pageSizes: [5, 10, 20]}" works as expected.

Steps To Reproduce

Take the example from the documentation in Grid > Paging > Basics and replace the value of pageable as specified above.

You can also take a look at this stackblitz: https://stackblitz.com/edit/angular-qaledefz

Screenshots or video

No response

Actual Behavior

Selecting a page size doesn't change anything. It's like the click isn't registered.

Expected Behavior

Selecting a page size changes the number of shown elements in the grid.

Browser

All

Browser version

latest

OS type

Windows

OS version

No response

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

Still works with Kendo v16.11.0.

@slavenai
Copy link

The issue is fixed in the latest develop version - 18.0.0-develop.15.

@slavenai
Copy link

Fix is available in v18.0.0.

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

No branches or pull requests

5 participants