New to Telerik UI for ASP.NET MVC? Download free 30-day trial
Selection & Export
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
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
selection_export.cshtml
Selection_ExportController.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The ASP.NET MVC Grid by Telerik provides functionality that enables users to work with subsets of Grid data - single range, multiple ranges or specific cells:
- Copy & Paste selected ranges and cells
- Export data ranges and cells to MS Excel spreadsheet
- Export valid data ranges to ASP.NET MVC Telerik Chart
Utilizing selection modes:- Cell combinations - Using the CTRL Key + Left Click combination, select cells by clicking on them.
- Range - Left click on one of the cells and drag the mouse across other cells.
- Range combination - Make a range selection, press the CTRL key and make another range selection.
How to use the demo:
- Select the cells you want to copy or export.
- Click on the menu icon at the top right of the grid.
- Select one of the options.
- When exporting to chart make sure both ShipCountry and Freight cells are selected.
- Cell combinations - Using the CTRL Key + Left Click combination, select cells by clicking on them.
- Range - Left click on one of the cells and drag the mouse across other cells.
- Range combination - Make a range selection, press the CTRL key and make another range selection.
How to use the demo:
- Select the cells you want to copy or export.
- Click on the menu icon at the top right of the grid.
- Select one of the options.
- When exporting to chart make sure both ShipCountry and Freight cells are selected.
More about Grid Selection & Export for ASP.NET MVC