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 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