File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments