Skip to content

Commit ab40570

Browse files
chore(common): fix code block (#2664)
Co-authored-by: Nadezhda Tacheva <[email protected]>
1 parent d89ab37 commit ab40570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ To sort the groups in a DropDownList by a custom order, perform a manual sorting
101101
public string CategoryName { get; set; }
102102
}
103103
}
104-
```
104+
````
105105

106106

107107
## See Also
108108

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

0 commit comments

Comments
 (0)