Posted 18 Nov 2011 Link to this post
<
telerik:HierarchicalDataTemplate
x:Key
=
"EventItemTemplate"
>
TextBlock
Text
"{Binding EventItemDescription}"
/>
</
"CategoryTemplate"
ItemTemplate
"{StaticResource EventItemTemplate}"
"{Binding CategoryName}"
telerik:RadTabItem
Header
"Tree View"
HorizontalAlignment
"Stretch"
Name
"tabTreeView"
Background
"#FF84CBEA"
VerticalAlignment
telerik:RadTreeView
"radTreeView1"
ItemsSource
"{Binding Data, ElementName=webAV}"
"{StaticResource CategoryTemplate}"