From 531eda484423d6a90dd1c0c6b6d6789b76577e82 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:27:37 +0300 Subject: [PATCH 1/2] kb(grid): Update information about initial PageSize All --- ...rid-set-all-page-size-option-as-default.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/knowledge-base/grid-set-all-page-size-option-as-default.md b/knowledge-base/grid-set-all-page-size-option-as-default.md index 04e7e4885..c505bae24 100644 --- a/knowledge-base/grid-set-all-page-size-option-as-default.md +++ b/knowledge-base/grid-set-all-page-size-option-as-default.md @@ -10,13 +10,18 @@ res_type: kb --- ## Environment + - - - - - - + + + + + + + + + +
ProductGrid for Blazor
ProductGrid for Blazor
Version5.1.1 or earlier
## Description @@ -32,6 +37,8 @@ The `PageSize` parameter of the Grid accepts a non-nullable `int` by design. To 3. Bind the `PageSize` property to the `@bind-PageSize` attribute of the `TelerikGrid` component. 4. Specify the `PageSizes` collection in the `GridPagerSettings` component to display the dropdown with the available page sizes. +> Starting from version 6.0.0, the above approach will cause the pager DropDownList tо display the actual item count. The **"All"** item for the DropDownList will show only when the user selects it manually. + >caption Set "All" PageSize Option as Default ``` From 38a7e3d0664107416f2eea4eb397166d8e7dee58 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:20:33 +0300 Subject: [PATCH 2/2] Update knowledge-base/grid-set-all-page-size-option-as-default.md Co-authored-by: Iva Stefanova Koevska-Atanasova --- knowledge-base/grid-set-all-page-size-option-as-default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge-base/grid-set-all-page-size-option-as-default.md b/knowledge-base/grid-set-all-page-size-option-as-default.md index c505bae24..6e1653b3c 100644 --- a/knowledge-base/grid-set-all-page-size-option-as-default.md +++ b/knowledge-base/grid-set-all-page-size-option-as-default.md @@ -37,7 +37,7 @@ The `PageSize` parameter of the Grid accepts a non-nullable `int` by design. To 3. Bind the `PageSize` property to the `@bind-PageSize` attribute of the `TelerikGrid` component. 4. Specify the `PageSizes` collection in the `GridPagerSettings` component to display the dropdown with the available page sizes. -> Starting from version 6.0.0, the above approach will cause the pager DropDownList tо display the actual item count. The **"All"** item for the DropDownList will show only when the user selects it manually. +> Starting with Telerik UI for Blazor 6.0.0, the above approach causes the pager DropDownList tо display the actual item count. The **"All"** item for the DropDownList shows only when the user selects it manually. >caption Set "All" PageSize Option as Default