Remote Data Binding from DataBase is not working as per given Examples in the site ..
I have Columns Like
EmpId EmpName ReportTo
1 Ram Null
2 Sam 1
3 Priya 1
4 Mathi 2
5 Muhil 2
i need it like this
>Ram
>Sam
Mathi
Muhil
Priya
Can you post me any other Examples for Treeview Controller and Model using Linq ..
I have Columns Like
EmpId EmpName ReportTo
1 Ram Null
2 Sam 1
3 Priya 1
4 Mathi 2
5 Muhil 2
i need it like this
>Ram
>Sam
Mathi
Muhil
Priya
Can you post me any other Examples for Treeview Controller and Model using Linq ..