Is it possible for the MVC version of the Kendo Grid to look like the RadGrid component when set up for self referencing? So that all the columns are part of the same grid with one column responsible for expanding and collapsing rows below?
1 Answer, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 23 Mar 2018, 09:41 AM
Hi Jimmy,
When displaying a self-referencing hierarchical data I would recommend using the TreeList component. It is designed to work in such scenarios. Check out the demos below that show the component in action.
With that said, you can use a Grid component with such data, however, it would require more code. The example below illustrates how to display hierarchical data in a Grid component.