Unplanned
Last Updated: 24 Jun 2025 08:53 by Kendo UI
Kendo UI
Created on: 24 Jun 2025 08:53
Category: Grid
Type: Feature Request
4
Allow setting PageSizeItem array as a pageSizes value for the pageable settings

Currently, the pageSizes option of the available Grid's PagerSettings only allows passing a boolean or a number array as possible values. Thus, at the moment, the Grid component allows displaying an "All" option in the pager by implementing a kendoPagerTemplate:

It would be great if an "All" page size option could be set directly through the settings of the pageable property by having the ability to pass a PageSizeItem array to the pageSizes option, similarly to how its done in the standalone Pager component:

0 comments