Completed
Last Updated: 17 Sep 2019 12:16 by ADMIN
Release 2.0.0
Nic
Created on: 24 Apr 2019 12:57
Category: Grid
Type: Feature Request
7
Hierarchical Grid

Hello there,

 

I am looking for the ability to display hierarchical data in the grid control similar to that available in the asp.net core grid: https://demos.telerik.com/aspnet-core/grid/hierarchy

 

Thanks!

3 comments
Marin Bratanov
Posted on: 11 May 2019 07:08
Until such a feature comes out officially, you can do something similar through templates. The following blog shows one approach (see the "Master-Detail View" section near the end): https://www.telerik.com/blogs/why-blazor-grid-templates-will-make-you-question-everything.
ADMIN
Pavlina
Posted on: 29 Apr 2019 11:18
Hi Nic and Ben,

Thank you for sharing your feedback and point of view.

Indeed the ability to display hierarchical data in the grid would be very beneficial. Therefore, we will take this feature into consideration when updating the product roadmap. 

Regards,
Pavlina
Progress TelerikUI for Blazor
Ben Hayat
Posted on: 24 Apr 2019 23:42

Great suggestion Nic.
I'd like to add a comment on the hierarchical part:

A) Ability to show children of each parent row. In order NOT to load ALL the children for all the rows ahead of time, We should have an event (RowExpanded) to fetch another set of data (children) and show them.

B) Ability to show "Self Referencing" data from the same datasource.

Hope this helps.
..Ben