Example of Clipboard in ASP.NET MVC Data Grid Control
This sample demonstrates copy to clipboard functionality of the Grid component. Select rows and click Copy button from toolbar to copy content. To copy with header click Copy with header button from toolbar.
DEMO
SOURCE
Selected rows or cells data in the Grid can be copied into the clipboard using the Keyboard shortcuts and copy
method.
In this demo, selected rows data can be copied into the clipboard using the below Keyboard shortcuts or toolbar interactions.
Ctrl + C
- Selected rows or cells data without header.Ctrl + Shift + H
- Selected rows or cells data with header.