Select theme:
Using Radzen you can create master/detail with two grids in three easy steps:
Drop DataGrid component to Radzen design surface, bind it to your first table (in my case Orders from Northwind OData service) and auto-generate columns
Bind first DataGrid to Orders
Define select event for the DataGrid component to invoke Order Details with filter OrderID eq ${event.OrderID} and set a property orderDetails to the result value
Invoke Order Details and set property value
Drop second DataGrid component to Radzen design surface, bind it to orderDetails property and auto-generate columns
Bind second DataGrid to Order Details
Run the application to check Order details for the selected Order
Order Details for selected Order
Enjoy!
What We Shipped in 2025 (So Far)
October Update: GitHub Copilot, PivotDataGrid, and more new tools to boost your Blazor development
New: RadzenSkeleton Blazor Component
Add AI Chat to Your Blazor Apps with RadzenAIChat
We Rebuilt Our Website with Blazor – Here's Why (and How)
New App Template: Real Estate Website
Radzen Blazor Components v7.0 released!
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: