Select theme:
Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.
Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.
The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/
Open Radzen Blazor Studio docsThis guide shows how to apply DataGrid sort and filter when exporting to Excel or CSV.
1. Create new CRUD application from our Sample database and open Orders page.

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.

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

Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: