Gantt Chart / Miscellaneous / Clipboard

Blazor Gantt Chart Example - Clipboard Operation Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates clipboard support in the Blazor Gantt Chart. Select one or more rows and copy their values through toolbar commands, keyboard shortcuts, or programmatic APIs.

The toolbar exposes Copy and Copy with Header actions. Equivalent shortcuts are Ctrl + C for row or cell data and Ctrl + Shift + H for data plus headers. These interactions call CopyAsync, which delivers the selected content to the system clipboard for easy reuse in documents, spreadsheets, or emails.

For further details, refer to the documentation.