this http://jsfiddle.net/bCRm3/17/
(export Kendo mesh to csv)
works fine in firefox, chrome and IE11
in ie9 im getting
blob = new Blob([csv], { type: 'text/csv;charset=utf-8' });
saveAs(blob, fileName);
'Blob' - undefined show, line 141 character 17
Is there any way around this for ie9? (im not sure if this works on ie10)
source
share