Telerik ASP.NET AJAX RadTreeView Display Hierarchical Data from two Joined Tables

seanpaul

New Member
I want to use Telerik RAD TreeView control to display Departments and Employees in them like the following:\[code\]-Dep1 --Emp1 --Emp2-Dep2 --Emp3-Dep3 --Emp4 --Emp5 \[/code\]I have 2 table Employees and Department with one-to-many relationship, so DepartmentId is in both Tables.All online demos is about to display hierarchical data using self reference table, so How to implement this from 2 joined tables?
 
Back
Top