Skip to content

Commit 139d5c7

Browse files
authored
chore(common): fix code block (#2660)
1 parent c3fdc08 commit 139d5c7

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)