Loading Demo...
default
Default Theme
Bootstrap Theme
Material Theme
Classic Theme
excel_export.cshtml
Excel_ExportController.cs
ProductService.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE API DescriptionThe ASP.NET MVC DataGrid enables you to export its content to Excel.
To enable the client-side Excel export functionality of the Grid, add a reference to the JSZip library, set the Excel()
option, and specify the desired export settings. Also, include the Excel toolbar command by configuring ToolBar(tools => tools.Excel())
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.
This example shows how to enable the Export-to-Excel functionality of the Data Grid and also how to exclude a specified column from exporting by configuring the Exportable
setting.
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. In addition, to implement server-side Excel export, refer to the server export Data Grid demo.
Additional AppsThis 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 componentsand 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 ResourcesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4