CSV & javascript
<a href="data:application/csv;charset=utf-8,test,tes,1,encodeURIComponent()" download="test.csv" target="_blank"> CSV</a> Reference: http://wijmo.com/topic/wijgrid-in-csv/ <!DOCTYPE html> < html xmlns =" http://www.w3.org/1999/xhtml "> < head > < title ></ title > <!--jQuery References--> < script src =" http://code.jquery.com/jquery-1.9.1.min.js " type =" text/javascript "></ script > < script src =" http://code.jquery.com/ui/1.10.1/jquery-ui.min.js " type =" text/javascript "></ script > <!--Theme--> < link href =" http://cdn.wijmo.com/themes/aristo/jquery-wijmo.css " rel =" stylesheet " type =" text/css " /> <!--Wijmo Widgets CSS--> < link href =" http://cdn.wijmo.com/jquery.wijmo-pro.all.3.20132.9.min.css " rel =" styles...