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

ASP.NET MVC Grid Server Export

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
server_export.cshtml
Server_ExportController.cs
ProductService.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC Grid enables users to export data to XLSX (Excel) and CSV. This type of export is recommended when the Grid displays huge sets of data, which are resource intensive, as the approach eliminates the requirement to serialize the entire dataset and create the file on the client. The file is produced on the server and pushed to the client as a File object.

This demo illustrates the configuration of the Server exporting option for all rows. You can also export only selected rows by including the .Selectable() property, or by adding a checkbox column for selection with .Columns (columns => { columns.Select().Width(80); }).

For more information, refer to the official Telerik UI for ASP.NET MVC Data Grid product documentation on the available server-export implementations.

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