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

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

Primary LanguageC#OtherNOASSERTION

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)