Skip to content

This example demonstrates how to enable export to Excel in Data Inspector in the ASP.NET Web Forms Dashboard Control.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/web-forms-dashboard-enable-export-in-data-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for Web Forms - How to Enable Export in Data Inspector

This example demonstrates how to enable export to Excel in Data Inspector.

Follow the steps below to enable export to Excel:

  1. Install and reference the additional third-party library required for client-side export. Refer to the following topic for more information: DevExtreme Client-Side Export.
  2. Subscribe to the BeforeRender event.
  3. Call the DashboardControl.option method and get access to the DataInspectorExtension options.
  4. Use the DataInspectorExtensionOptions.onGridInitialized property to enable export in the Grid widget before its content is loaded.

Files to Review

Documentation

API

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)