This is a migrated thread and some comments may be shown as answers.

FullPath returns rubbish

1 Answer 42 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Trude
Top achievements
Rank 2
Trude asked on 26 Aug 2011, 12:32 PM
I'm trying to synchronize a treeview and a breadcrumb and I use the following code
BreadCrumb1.Path = RadTreeView1.ContainerFromItemRecursive(RadTreeView1.SelectedItem).FullPath

The FullPath returns: "Project1.hierarchy_tab\Project1.hierarchy_tab\Project1.hierarchy_tab"
In this case I'm three levels down in the treeview.

Both controls are databound to the same observable collection (I'm using internal Q2 build 0823)

1 Answer, 1 is accepted

Sort by
0
Trude
Top achievements
Rank 2
answered on 26 Aug 2011, 12:44 PM
Search is your friend in case somebody else stumbles across this:

http://www.telerik.com/community/forums/silverlight/treeview/selectedvaluepath.aspx
Tags
TreeView
Asked by
Trude
Top achievements
Rank 2
Answers by
Trude
Top achievements
Rank 2
Share this question
or