Skip to content

Commit 04b725d

Browse files
authored
Update product version for the release (#369)
* chore(config): update Blazor product version * fix(slugs): fix slugs in autocomplete and multiselect
1 parent f08a3ac commit 04b725d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ intro_columns:
505505
baseurl: /blazor-ui
506506

507507
## Latest UI for Blazor version. Used in some articles
508-
uiForBlazorLatestVersion: "2.24.0"
508+
uiForBlazorLatestVersion: "2.25.0"
509509
supportedFrameworkVersion: ".NET Core 3.1.11 and .NET 5"
510510

511511
## The Kendo UI version used

components/autocomplete/grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The group headers can stick to the top of the dropdown during scrolling. In othe
6767

6868
* One level of grouping is supported.
6969
* The `DefaultItem` (e.g. "Select item...") is always rendered above the sticky group header in the dropdown.
70-
* A grouped AutoComplete will provide a `Groups` property with a single [`GroupDescriptor`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.GroupDescriptor) in the [`DataSourceRequest`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.DataSourceRequest) argument of its [OnRead event]({%slug components/autocomplete/events%}#onread). This will allow the developer to apply grouping with [manual data operations]({%slug components/grid/manual-operations%}).
70+
* A grouped AutoComplete will provide a `Groups` property with a single [`GroupDescriptor`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.GroupDescriptor) in the [`DataSourceRequest`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.DataSourceRequest) argument of its [OnRead event]({%slug autocomplete-events%}#onread). This will allow the developer to apply grouping with [manual data operations]({%slug components/grid/manual-operations%}).
7171
* `GroupHeaderTemplate` and `GroupItemTemplate` will be introduced in a future version. Currently there is a bug in the Blazor framework that prevents us from supporting them.
7272
* Virtual scrolling with grouping will be supported in a future version.
7373

components/multiselect/grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The group headers can stick to the top of the dropdown during scrolling. In othe
6868

6969
* One level of grouping is supported.
7070
* The `DefaultItem` (e.g. "Select item...") is always rendered above the sticky group header in the dropdown.
71-
* A grouped MultiSelect will provide a `Groups` property with a single [`GroupDescriptor`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.GroupDescriptor) in the [`DataSourceRequest`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.DataSourceRequest) argument of its [OnRead event]({%slug components/multiselect/events%}#onread). This will allow the developer to apply grouping with [manual data operations]({%slug components/grid/manual-operations%}).
71+
* A grouped MultiSelect will provide a `Groups` property with a single [`GroupDescriptor`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.GroupDescriptor) in the [`DataSourceRequest`](https://docs.telerik.com/blazor-ui/api/Telerik.DataSource.DataSourceRequest) argument of its [OnRead event]({%slug multiselect-events%}#onread). This will allow the developer to apply grouping with [manual data operations]({%slug components/grid/manual-operations%}).
7272
* `GroupHeaderTemplate` and `GroupItemTemplate` will be introduced in a future version. Currently there is a bug in the Blazor framework that prevents us from supporting them.
7373
* Virtual scrolling with grouping will be supported in a future version.
7474

0 commit comments

Comments
 (0)