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!
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