This question is locked. New answers and comments are not allowed.
Hi -
Is this possible?
Is this possible?
<
telerik:RadTreeListView.ChildTableDefinitions>
<telerik:TreeListViewTableDefinition ItemsSource="{Binding SubFolders}">
<telerik:TreeListViewTableDefinition.ChildTableDefinitions>
<telerik:TreeListViewTableDefinition ItemsSource="{Binding Files}"/>
</telerik:TreeListViewTableDefinition.ChildTableDefinitions>
</telerik:TreeListViewTableDefinition>
</telerik:RadTreeListView.ChildTableDefinitions>
My requirement is :-
A
B
B
C
C
Where B is a child of A, and C could be a child of A or B.
Its almost analogous to files and folders where B is a SubFolder and C is Files, I want these in the same TreeListView.
Thanks, Shilpi