Hi,
I'm using TreeView with the checkbox enabled
So the basic usage:
The treeview has no checked items to begin with and is collapsed. The user should be able to check the top item.
So the problem is that I cannot iterate through the checked item collection when the tree is collapsed because the items do not exist.
Is there any way to have the items created so I can iterate through them without expending the tree.
Best regards
Kristján.
I'm using TreeView with the checkbox enabled
<telerik:RadTreeView MinWidth="150" |
IsLineEnabled="True" |
ItemsOptionListType="CheckList" |
x:Name="leftTree" |
IsTriStateMode="True" |
IsOptionElementsEnabled="True" |
ItemTemplate="{StaticResource dataTemplate}"/> |
So the basic usage:
The treeview has no checked items to begin with and is collapsed. The user should be able to check the top item.
So the problem is that I cannot iterate through the checked item collection when the tree is collapsed because the items do not exist.
Is there any way to have the items created so I can iterate through them without expending the tree.
Best regards
Kristján.