Skip to content

Commit 07e6390

Browse files
docs(treeview): split data binding article
1 parent 03a90f4 commit 07e6390

File tree

9 files changed

+547
-466
lines changed

9 files changed

+547
-466
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ navigation:
5757
"*components/animationcontainer":
5858
title: "Animation Container"
5959
position: 2000000
60+
"*components/treeview/data-binding":
61+
title: "Data Binding"
62+
position: 2
6063

6164
## List helpers directory names and order here, like this:
6265
"*appearance":

_contentTemplates/treeview/basic-example.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#basic-example-with-screenshot
1+
#basic-example
22

33
````CSHTML
44
@using Telerik.Blazor.Components.TreeView
@@ -102,8 +102,9 @@
102102
}
103103
````
104104

105-
>caption The result from the snippet above
105+
#end
106106

107-
![](images/treeview-overview.png)
107+
#data-binding-basics-link
108+
Before continuing, make sure you are familiar with the [treeview data binding basics]({%slug components/treeview/data-binding/overview%}).
109+
#end
108110

109-
#end

0 commit comments

Comments
 (0)