Unplanned
Last Updated: 25 Sep 2023 15:22 by erwin
erwin
Created on: 25 Sep 2023 15:22
Category: Grid
Type: Feature Request
1
support for Pageable.PageSize("all") in the server-side wrappers similar to jQuery

I have noticed that neither the HtmlHelper nor the TagHelper wrappers of the Grid's Pageable.Pagesize configuration support the all option to be configured as a page size.

This is unlike the Kendo UI for jQuery pageSize option which supports it as per the example in the API:

 pageable: {
    pageSizes: [2, 3, 4, "all"],
    numeric: false
  }
0 comments