Select theme:

Material 3

Apply DataGrid sort and filter on export (Blazor)link

This guide shows how to apply DataGrid sort and filter when exporting to Excel or CSV.

Quick videolink

1. Create new CRUD application from our Sample database and open Orders page. image

2. Add a Button component above the DataGrid component, choose Export action for Button Click event and ivoke the same data source method used to populate DataGrid data on Page Load event. Provide ${grid0.Query.Filter} and ${grid0.Query.OrderBy} as $filter and $orderby parameters. image image

3. Run the application, apply sort and filter and press Export button. image image

In this article —
© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3