I'm using a pure HTML5 jQuery environment and need to export the igGrid to Excel. Is this possible?
Thanks
Hello William,
Yes. It's possible. In Ignite UI 14.2 we released a client-side Excel library, but its in CTP state and its not advised to be used in production environments. For more information check out the sample, help page and this blog post.
Hope this helps,Martin PavlovInfragistics Inc.
Do you think that the basic output will ever be compressed to one or two lines of code and the rest built into your code? Such as
$("#jqxgrid").jqxGrid('exportdata', 'xls', 'jqxGrid'); $("#subgrid1").jqxGrid('exportdata', 'csv', 'jqxGrid');
$("#subgrid1").jqxGrid('exportdata', 'csv', 'jqxGrid');
It's tough to understand why you can't do what other are already doing.
Exporting to Excel, XML, CSV, TSV, JSON and HTML