Completed
Last Updated: 27 Jul 2021 05:55 by ADMIN
Release 2.26.0
Darryl
Created on: 19 May 2020 17:15
Category: Grid
Type: Feature Request
38
Page size dropdown in the pager

I know that I can bind the PageSize property to a variable, but then I have to build a dropdown with the available page sizes in a separate control. Are there plans to integrate a page size selection into the existing paging controls? Perhaps a PageSizes property that takes an array of integers.

Example:

PageSizes = "[10, 25, 50, 100]"

These would then be converted into a dropdown integrated into the existing paging controls on the grid.

2 comments
ADMIN
Marin Bratanov
Posted on: 23 Jan 2021 10:03

Hi Randy,

Indeed, it's a great feature, and it is something we will add to the component. For a suite that had its first beta barely two years ago, we now have over 65 native components and I'd say the grid is pretty much fully featured - of course, there are a few bits here and there that are lacking compared so suites that have been around for a decade or more, but we're getting there.

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Randy
Posted on: 22 Jan 2021 23:01
This seems like pretty basic functionality for a Grid Control that we shouldn't have to do outside of the control.