This question is locked. New answers and comments are not allowed.
I need to manually add items(root level) to a treeview, and add sub items on demand.
I could use FooTreeView.Items.Add to add the root level items, but I could not find a way to add those items by declaring them as load on demand, lets say:
FooTreeView.Items.Add(BizObject);
it does not return RadTreeViewItem.
in another word, how to find RadTreeViewItem by BizObject?
I could use FooTreeView.Items.Add to add the root level items, but I could not find a way to add those items by declaring them as load on demand, lets say:
FooTreeView.Items.Add(BizObject);
it does not return RadTreeViewItem.
in another word, how to find RadTreeViewItem by BizObject?
