You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/dropdownbutton-nested-item-hierarchy.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Nest DropDownButton Items in Hierarchy
3
3
description: Learn how to nest dropdown buttons and use multiple sets of hierarchical dropdown items.
4
4
type: how-to
5
5
page_title: How to Nest DropDownButton Items in Hierarchy
6
-
slug: t
6
+
slug: dropdownbutton-kb-nested-item-hierarchy
7
7
tags: blazor, dropdownbutton, hierarchy
8
8
ticketid: 1628170, 1682574
9
9
res_type: kb
@@ -24,15 +24,15 @@ res_type: kb
24
24
25
25
This KB answers the following questions:
26
26
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?
28
28
* 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.
29
29
30
30
## Solution
31
31
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.
33
33
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).
36
36
37
37
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.
0 commit comments