Skip to content

Commit 8ee1cf0

Browse files
NansiYanchevaNansiYancheva
authored andcommitted
change external reference
1 parent 2dac7df commit 8ee1cf0

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
@@ -34,7 +34,7 @@ To sort the groups in a DropDownList by a custom order, perform a manual sorting
3434

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

4040
>caption Apply a custom grouping order in the DropDownList

0 commit comments

Comments
 (0)