New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC Grid Excel Export

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
excel_export.cshtml
Excel_ExportController.cs
ProductService.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC Grid enables you to export its content to Excel.

This example shows how to enable the Export-to-Excel functionality of the Data Grid and also how to exclude a Data Grid column from exporting by configuring the Exportable setting.

To enable the Excel export option of the Grid, include the Excel toolbar command by configuring .ToolBar(tools => tools.Excel()) as well as to specify the FileName export setting.

Alternatively, you can force the Excel export by invoking the saveAsExcel() method from the client-side API of the component.

Yet another useful feature the Data Grid delivers is the option to customize the rows, columns, and cells of the exported file by intercepting the excelExport event.

For more information about the Excel export capabilities, refer to the official Telerik UI for ASP.NET MVC documentation on exporting the Data Grid content to Excel.

Additional Apps

This Grid example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources