Radzen treeview with datagrid

I am trying to create a tree with datagrid. I checked the documentation of treeview but I need to implement a datagrid inside the the treeview.(that means I have n number of childlist and those all childs I need to show like a tree but in datagrid)

I already have checked these references :- [https://blazor.radzen.com/tree](https://radzen treeview)

Can I create a datagrid inside the tree?

Please check the screen short below for the reference

I am just a beginner in radzen Blazor, if you could help regarding this query It would be great.

Thanks and Happy coding :blush:

Hi @nikhildeveloper,

RadzenTree doesn't support the requested feature. The closest thing we could suggest is this demo: https://blazor.radzen.com/datagrid-selfref-hierarchy

HI @korchev

Thanks for your quick response

Do radzen team have any plans about this feature for upcoming version?
this feature really helps to most of the places while developing a UI with radzen.

Thanks
Nikhil

We don't have plans for such feature however we accept pull requests!

Thanks @korchev @enchev

This datagrid-selfref-hierarchy works perfectly