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 :- [Blazor Tree Component | Free UI Components by Radzen](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: Blazor DataGrid Component - Self-reference Hierarchy | Free UI Components by Radzen

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