Example of Print and Export in ASP.NET MVC Range Selector Control
This sample illustrates the export feature in the range navigator. You can export the range navigator in PNG, SVG, PDF or JPEG format by clicking Export
.
DEMO
SOURCE
Conns,Inc Stock Close Details
Export Type:
|
|
File Name:
|
|
|
|
|
In this example, you can see how to render and configure the export feature. The rendered range navigator can be exported as either JPEG, PNG or SVG format. It can be achieved using the Blob. It is supported only in modern browsers.
More information on the export can be found in this documentation sectionopens in a new tab.