Need to have Parent --> Child hierarchical records to be displayed in Grid.. It should support up to 'n' level , it means a parent can have any number of child records. can this be done using current Master Detail grids?. Parent 1 --- Child 1 -- Grand Child 1 -- Grand Child 1 -- Grand Child 2 Thanks in advance.
N-level hierarchies can be done by following the one level hierarchy sample that we have for Master-Detail Grids: https://www.telerik.com/kendo-angular-ui/components/grid/advanced-features/hierarchy/ With the child Grid you would just have to specify that it, in turn, should have a detail Grid.