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

RadTreeView Self-reference data Binding

2 Answers 75 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 14 May 2011, 12:39 PM
HI Telerik... Do you know how to bind this data to a radtreeview?

public class Component
{
public int compID { get; set; }
public string compName {get; set;}
public int parentID {get ; set;}
  
}

This Data is self-referencing data....
Thanks... 

2 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 18 May 2011, 01:08 PM
Hi Vincent,

Please take a look at the blog post bellow and let me know if it helps.

Self-reference hierarchy with Telerik TreeView for Silverlight

Kind regards,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Vincent
Top achievements
Rank 1
answered on 18 May 2011, 02:43 PM

Thanks Telerik! I got it now!
Tags
TreeView
Asked by
Vincent
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Vincent
Top achievements
Rank 1
Share this question
or