Skip to content

Commit f1e8e7c

Browse files
Dimo DimovDimo Dimov
authored andcommitted
docs: fix MultiSelect grouping article and MultiSelect article order numbers
1 parent bcde505 commit f1e8e7c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

components/multiselect/data-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Data Binding the MultiSelect for Blazor.
55
slug: multiselect-databind
66
tags: telerik,blazor,multiselect,data,bind,binding,databind
77
published: True
8-
position: 1
8+
position: 5
99
---
1010

1111
# MultiSelect Data Binding

components/multiselect/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Events in the MultiSelect for Blazor.
55
slug: multiselect-events
66
tags: telerik,blazor,multiselect,events
77
published: true
8-
position: 20
8+
position: 35
99
---
1010

1111
# MultiSelect Events

components/multiselect/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Filtering in the MultiSelect for Blazor.
55
slug: multiselect-filter
66
tags: telerik,blazor,combo,multiselect,filter
77
published: True
8-
position: 3
8+
position: 10
99
---
1010

1111
# MultiSelect Filter

components/multiselect/grouping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To enable MultiSelect grouping, set the `GroupField` parameter to a field name f
1616

1717
The group headers can stick to the top of the dropdown during scrolling. In other words, users will always know which is the group of the current topmost items in the scrollable list.
1818

19-
>caption Grouping in the ComboBox
19+
>caption Grouping in the MultiSelect
2020
2121
````CSHTML
2222
<TelerikMultiSelect Data="@Data"
@@ -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 ComboBox 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 components/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

components/multiselect/refresh-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Refresh MultiSelect Data using Observable Data or creating a new Co
55
slug: multiselect-refresh-data
66
tags: telerik,blazor,multiselect,observable,data,new,collection
77
published: True
8-
position: 15
8+
position: 30
99
---
1010

1111
# MultiSelect - Refresh Data

components/multiselect/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Templates in the MultiSelect for Blazor.
55
slug: multiselect-templates
66
tags: telerik,blazor,multiselect,templates
77
published: True
8-
position: 5
8+
position: 20
99
---
1010

1111
# MultiSelect Templates

components/multiselect/virtualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: UI virtualization to allow large data sources in the MultiSelect fo
55
slug: multiselect-virtualization
66
tags: telerik,blazor,MultiSelect,virtualization
77
published: True
8-
position: 5
8+
position: 25
99
---
1010

1111
# MultiSelect Virtualization

0 commit comments

Comments
 (0)