Skip to content

Commit 2dac7df

Browse files
NansiYanchevaikoevska
authored andcommitted
Update knowledge-base/dropdownlist-custom-sorting-order-groups.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent d351214 commit 2dac7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/dropdownlist-custom-sorting-order-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ I am using the [grouping feature of the DropDownList]({%slug components/dropdown
3333
To sort the groups in a DropDownList by a custom order, perform a manual sorting operation in the [`OnRead` event]({%slug components/dropdownlist/events%}#onread) handler. Follow these steps:
3434

3535
1. Create a list of strings that represents the values of the group headers. This list will determine the preferred sorting order.
36-
2. Cast the [`DataSourceResult`]({%slug common-features-data-binding-onread%}#event-argument) to [`AggregateFunctionsGroup`](/blazor-ui/api/Telerik.DataSource.AggregateFunctionsGroup).
36+
2. Cast the [`DataSourceResult`]({%slug common-features-data-binding-onread%}#event-argument) to [`AggregateFunctionsGroup`](/blazor-ui/api/Telerik.DataSource.AggregateFunctionsGroup).
3737
3. Sort the casted data using the [`Sort` method](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.sort?view=net-8.0) with a custom comparison function.
3838
4. Pass the sorted data as [`args.Data`]({%slug common-features-data-binding-onread%}#todatasourceresult-method).
3939

0 commit comments

Comments
 (0)