Completed
Last Updated: 18 Jan 2018 17:41 by ADMIN
Senthilkumar
Created on: 12 Jan 2018 07:48
Category: Grid
Type: Feature Request
1
Hierarchical tree structure
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.
1 comment
ADMIN
Carl
Posted on: 18 Jan 2018 17:41
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.