New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Copy to Excel
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core Data Grid delivers a built-in copy-paste functionality, similar to the one in MS Excel, which allows users to copy Data Grid cell content from web applications and paste it in Excel or another target location for further review or duplication.
This demo shows how to implement the copy-paste feature of the ASP.NET Core Data Grid by setting the Selectable => Mode(GridSelectionMode.Multiple)
and AllowCopy(true)
configuration options, thus allowing the users to copy and paste content between the browser and their apps.
For more information, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation.