This question is locked. New answers and comments are not allowed.
Hi Telerik Team,
I have a table structure like ParentFolderID & ChildFolderID. The Data looks like below :
106 107
106 118
0 106
107 108
107 109
107 113
106 122
107 115
107 111
Here 0 is the Root for Tree.
Now, in my one of ASP.Net project, we have used Asp.Net Ajax Tree View control.
& I have binded above data using properties like
RadTreeView1.DataFieldID = "ChildFolderID"
RadTreeView1.DataFieldParentID = "ParentFolderID"
RadTreeView1.DataTextField = "FolderName"
RadTreeView1.DataValueField = "FolderID"
& This works great.
I found little bit hard with Silverlight TreeView Control to bind such data.
Can you please help me out here, How can I bind data like above table structure in Parent Child format to Silverlight Tree View Control?
Thanks
I have a table structure like ParentFolderID & ChildFolderID. The Data looks like below :
106 107
106 118
0 106
107 108
107 109
107 113
106 122
107 115
107 111
Here 0 is the Root for Tree.
Now, in my one of ASP.Net project, we have used Asp.Net Ajax Tree View control.
& I have binded above data using properties like
RadTreeView1.DataFieldID = "ChildFolderID"
RadTreeView1.DataFieldParentID = "ParentFolderID"
RadTreeView1.DataTextField = "FolderName"
RadTreeView1.DataValueField = "FolderID"
& This works great.
I found little bit hard with Silverlight TreeView Control to bind such data.
Can you please help me out here, How can I bind data like above table structure in Parent Child format to Silverlight Tree View Control?
Thanks