You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: