Master/Detail Hierarchy OnClick()

Hi everyone.

I am using the Master/Detail Hierarchy on my Blazor app.

I need to call my API when I click on the row to bring me the subgrids information. There is anyway to do that? The RadzenGrid does not has an option to get the subgrids when is clicked, there is no OnClick() function to do that, the subgrid information is loaded whe the page is called.

Best regards,
Marcos

Hi @Parfois_MP,

If you are looking on how to load child data on-demand you can check this demo for more info how to use RowExpand event: