Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(common): Document the rendering changes in 5.2.0 #2043

Merged
merged 10 commits into from May 13, 2024
4 changes: 2 additions & 2 deletions components/pager/overview.md
Expand Up @@ -78,9 +78,9 @@ The Blazor Pager provides various parameters that allow you to configure the com

@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)

| Parameter | Type and Default Value | Description |
| Parameter | Type and Default Value | Description |
| ----------- | ----------- | ----------- |
|`Adaptive` | `bool` | Defines whether pager elements should be changed based on the screen size. When enabled, the Pager will hide its `Pager Info` and `PageSize Dropdownlist` if they cannot fit in the available space. In the smallest resolution, the page buttons will be rendered as a select element.
|`Adaptive` | `bool` <br /> (`true`) | Defines whether pager elements should be changed based on the screen size. When enabled, the Pager will hide its `Pager Info` and `PageSize Dropdownlist` if they cannot fit in the available space. In the smallest resolution, the page buttons will be rendered as a select element.
| `ButtonCount` | `int` | The maximum number of page buttons that will be visible. To take effect, `ButtonCount` must be smaller than the page count (`ButtonCount < Total / PageSize`). |
| `Class` | `string` | Renders a custom CSS class to the `<div class="k-pager-wrap">` element. |
| `Page` | `int` | Represents the current page of the pager. The first page has an index of `1`. Supports two-way binding. If no value is provided, the parameter will default to the first page (1), but you should always use this parameter value in order to successfully use the component. If you don't use two-way binding and you don't update the value of the parameter after the user action, the pager UI will not reflect the change and will revert to the previous value (page index). |
Expand Down
2 changes: 1 addition & 1 deletion upgrade/rendering-changes/3-4-0.md
Expand Up @@ -3,7 +3,7 @@ title: 3.4.0
description: Handle the rendering changes in the 3.4.0 release of the Telerik UI for Blazor components.
page_title: Rendering Changes in the 3.4.0 Release
slug: changes-in-3-4-0
position: 1
position: 1000
---

# Rendering Changes in 3.4.0
Expand Down
2 changes: 1 addition & 1 deletion upgrade/rendering-changes/3-6-0.md
Expand Up @@ -3,7 +3,7 @@ title: 3.6.0
description: Handle the rendering changes in the 3.6.0 release of the Telerik UI for Blazor components.
page_title: Rendering Changes in the 3.6.0 Release
slug: changes-in-3-6-0
position: 2
position: 995
---

# Rendering Changes in 3.6.0
Expand Down
2 changes: 1 addition & 1 deletion upgrade/rendering-changes/4-0-0.md
Expand Up @@ -3,7 +3,7 @@ title: 4.0.0
description: Handle the rendering changes in the 4.0.0 release of the Telerik UI for Blazor components.
page_title: Rendering Changes in the 4.0.0 Release
slug: rendering-changes-in-4-0-0
position: 3
position: 990
---

# Rendering Changes in 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion upgrade/rendering-changes/4-3-0.md
Expand Up @@ -3,7 +3,7 @@ title: 4.3.0
description: Handle the rendering changes in the 4.3.0 release of the Telerik UI for Blazor components.
page_title: Rendering Changes in the 4.3.0 Release
slug: changes-in-4-3-0
position: 4
position: 985
---

# Rendering Changes in 4.3.0
Expand Down
2 changes: 1 addition & 1 deletion upgrade/rendering-changes/4-6-0.md
Expand Up @@ -3,7 +3,7 @@ title: 4.6.0
description: Handle the rendering changes in the 4.6.0 release of the Telerik UI for Blazor components.
page_title: Rendering Changes in the 4.6.0 Release
slug: changes-in-4-6-0
position: 5
position: 980
---

# Rendering Changes in 4.6.0
Expand Down