Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 466 Bytes

File metadata and controls

14 lines (9 loc) · 466 Bytes

Blazor Server DataGrid - Exporting Customization

This sample explains about how to customize the exported files like changing the filename, export without Grouping, apply external filter only while exporting etc.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.