Tree Grid / Miscellaneous / Clipboard

Blazor Tree Grid Example - Clipboard

Loading Syncfusion Blazor Server Demos…
1 of 8 pages (141 items)

This sample demonstrates clipboard copy, allowing selected rows or cells to be copied with or without headers using toolbar commands or keyboard shortcuts.

Invoke copy programmatically via CopyAsync. Shortcuts: Ctrl+C (without headers) and Ctrl+Shift+H (with headers). Toolbar buttons Copy and Copy With Header are also provided. Multi-row selection is set by TreeGridSelectionSettings.Type as SelectionType.Multiple.

More information on clipboard can be found in the documentation section.