); }
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Exporting in ASP.NET MVC Gantt Chart Control

This sample demonstrates client-side exporting of the Gantt, which allows you to export Gantt data to Excel, PDF and CSV formats. Using the Gantt toolbar buttons, you can export Gantt data to the desired format.

DEMO
SOURCE

Gantt supports client-side exporting, which allows you to export its data to the Excel, PDF and CSV formats.

In this demo, we have defined actions in the ToolbarClick event to export the Gantt data using the excelExport, pdfExport and csvExport methods.