Skip to content

Commit f7bb009

Browse files
chore(grid): cross link hierarchy examples
1 parent 72e9e6e commit f7bb009

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

components/grid/hierarchy.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ In this article:
1616

1717
* [Basics](#basics)
1818
* [Expand Rows From Code](#expand-rows-from-code)
19+
* [More Examples](#more-examples)
1920

2021
## Basics
2122

@@ -100,6 +101,20 @@ You can choose which detail templates will be expanded from your code through th
100101
@[template](/_contentTemplates/grid/state.md#expand-hierarchy-from-code)
101102
````
102103

104+
## More Examples
105+
106+
The following articles and sample projects can be helpful when implementing hierarchy:
107+
108+
* [Editing in Hierarchy]({%slug grid-kb-editing-in-hierarchy%})
109+
110+
* [Load Hierarchical Data On Demand](https://github.com/telerik/blazor-ui/tree/master/grid/load-on-demand-hierarchy)
111+
112+
* [Multi-Level Hierarchy]({%slug grid-three-level-hierarchy%})
113+
114+
* [Align Columns in Nested Grids]({%slug grid-kb-align-columns-hierarchy%})
115+
116+
* [Custom Excel Export that Includes Hierarchy](https://github.com/telerik/blazor-ui/tree/master/grid/export-to-xlsx-hierarchy)
117+
103118

104119
## See Also
105120

0 commit comments

Comments
 (0)