i have tree table consist on ID, Name and ParentID
i need to bind this table with OrgChart at run time, i write
OrgChart.ItemsSource = PersonList;
but i can't pass the ID, Name and Parent to drow the chart
please help me in that
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.