Skip to content

Commit c296a14

Browse files
Dimo DimovDimo Dimov
authored andcommitted
docs: fix copy-paste errors
1 parent 39e07de commit c296a14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/autocomplete/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 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/combobox/events%}#onread). This will allow the developer to apply grouping with [manual data operations]({%slug components/grid/manual-operations%}).
71+
* 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%}).
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

components/dropdownlist/grouping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Grouping
33
page_title: DropDownList - Grouping
4-
description: Grouping in the ComboBox for Blazor.
4+
description: Grouping in the DropDownList for Blazor.
55
slug: components/dropdownlist/grouping
66
tags: telerik,blazor,dropdown,dropdownlist,group,grouping
77
published: True
@@ -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 DropDownList 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/combobox/events%}#onread). This will allow the developer to apply grouping with [manual data operations]({%slug components/grid/manual-operations%}).
71+
* A grouped DropDownList 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/dropdownlist/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)