Skip to content

Commit 9688d7f

Browse files
committed
Apply tips
1 parent e15b9f6 commit 9688d7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

knowledge-base/dropdownbutton-nested-item-hierarchjy.md renamed to knowledge-base/dropdownbutton-nested-item-hierarchy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Nest DropDownButton Items in Hierarchy
33
description: Learn how to nest dropdown buttons and use multiple sets of hierarchical dropdown items.
44
type: how-to
55
page_title: How to Nest DropDownButton Items in Hierarchy
6-
slug: t
6+
slug: dropdownbutton-kb-nested-item-hierarchy
77
tags: blazor, dropdownbutton, hierarchy
88
ticketid: 1628170, 1682574
99
res_type: kb
@@ -24,15 +24,15 @@ res_type: kb
2424

2525
This KB answers the following questions:
2626

27-
* How to nest dropdown buttons and use multiple sets of dropdown items in hierarchy?
27+
* How to nest dropdown buttons and use multiple sets of dropdown items in a hierarchy?
2828
* How to allow nested layers of hierarchical items in the Telerik DropDownButton for Blazor? The UI should look like a multi-level Menu or ContextMenu.
2929

3030
## Solution
3131

32-
Here are two ways to achieve hierarchy UI with a DropDownButton user interface.
32+
Here are two ways to achieve a hierarchy UI with a DropDownButton user interface.
3333

34-
* [Indent the DropDownButton items with some empty space](#indent-dropdown-items)
35-
* [Use a Menu component and style it to look like a DropDownButton](#use-menu-component)
34+
* [Indent the DropDownButton items with some empty space](#indent-dropdown-items).
35+
* [Use a Menu component and style it to look like a DropDownButton](#use-menu-component).
3636

3737
Both examples below use [Telerik CSS theme variables](https://www.telerik.com/design-system/docs/themes/kendo-themes/default/theme-variables/) to avoid the need to hard-code custom style values.
3838

0 commit comments

Comments
 (0)