I have a TreeView I want to populate it from RIA Entity Queries. Is this possible
I have 4 Tiers.
Each Table has
ID Description ParentID
x1 pdq
x2 pdq
x3 pdq
y1 ABC x1
y2 ABd x1
y3 add x2
y4 ade x3
I want the data to be able to have this format.
How do i go about this. and have it load to my tree view properly. Without going through and assign all of the data to its parent nodes through opject children type of scenario...