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..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 @@ -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 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 ```