Hello,
I wonder if there is a way to preserve the filter in the detail? When I click on the order ID 10249 and get back to 10248, the filter disappears. I got this from your example (Blazor DataGrid Component - Master and Detail | Free UI Components by Radzen)
Thank you.
You can use LoadData event to get the filter expressions, save them per Order (master data item) and use them when loading again child data in LoadData. To know how to bind the DataGrid using LoadData check this demo:
Thank you for your support @enchev