The DevExpress ASP.NET MVC GridView allows both master and detail data to be exported with its SettingsDetail.ExportMode property.
In this demo, use the Details Export Mode combo box to select the desired data export mode.
- None - only master rows will be exported.
- Expanded - only master rows and expanded detail rows will be expanded.
- All - all master and detail rows will be exported.
The GridView extension provides the ability to export binary images. The settings of exported images are controlled by the BinaryImageEditProperties.ExportImageSettings property within the BinaryImage column.
See Also:
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos |