I’ve noticed that the jqxGrid export to Excel shows that it’s actually uploading data to jqwidget servers. The export to CSV also show the same behavior. I’m assuming this is happening because it requires heavy lifting to generate a well-formed Excel document which is very difficult to do on the client side in pure javascript.
Is there an option to disable the upload to jqwidget servers, especially if we decide to generate CSV which may not be as “heavy” as generating an Excel document? Is there a way to export data completely on the client side?
Thanks!
-Kevin