This question is locked. New answers and comments are not allowed.
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...
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...