Dear Telerik Team,
I am having the table with parent child details in the same table.
- id - 11 , parent - 1, name - aaa
- id - 12, parent - 11, name - aab
- id - 13, parent - 11, name --aac
- id - 14, parent - 13, name -aad
- id - 15, parent - 14, name - aae , and so on...
Now I want to create the hierarchy grid using this parent child relation. Any my table can have multiple levels,
Is there any chance to use only the parent-child id's, with out defining the details tables for every level??
Thanks
Alex