New to Telerik UI for ASP.NET Core? Download free 30-day trial
Copy to Excel
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
HtmlHelper
TagHelper
copy_to_excel.cshtml
Copy_To_ExcelController.cs
OrderViewModel.cs
Copy_To_Excel_TagHelper.cshtml
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
Being used to the copy-paste functionality available in MS Excel many users would want to copy grid cell content from web apps and paste them to MS Excel or some other file.
With the Telerik for ASP.NET Core Grid Html Helper this built-in functionality is supported by setting two configuration options:
Selectable => Mode(GridSelectionMode.Multiple)
and AllowCopy(true)
.
More about Telerik Grid for ASP.NET Core