New to Kendo UI for jQuery? Download free 30-day trial
Selection & Export
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT
-
Change Theme
bootstrap
- 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.html
Sample service
Also available for:
API REFERENCEDescription
The Kendo UI Grid 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 Kendo UI 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 Kendo UI