Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions knowledge-base/dropdownlist-custom-sorting-order-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ To sort the groups in a DropDownList by a custom order, perform a manual sorting
public string CategoryName { get; set; }
}
}
```
````


## See Also

- [Telerik DropDownList for Blazor - Overview]({%slug components/dropdownlist/overview%})
- [OnRead Event in Telerik DropDownList]({%slug components/dropdownlist/events%}#onread)
- [Grouping in Telerik DropDownList]({%slug components/dropdownlist/grouping%})
- [Custom Grouping Order in Grid]({%slug grid-custom-grouping-order%})
- [Custom Grouping Order in Grid]({%slug grid-custom-grouping-order%})
Loading