Hi
I was looking into this example http://igniteui.com/grid/export-basic-grid and I was wondering what browsers does that excel export functionality support because I can't get it to work on IE 10 or Safair 5?
Thanks,
Armando Garcia
Hello Armando,
Thank you for posting on our forums.
As per our Supported Environments page, IgniteUI components are compatible with IE9 and higher, and Safari 6.0 and later. I was able to export using the example you've referenced with IE10. If you're encountering issues with this, please update me with the exact build of IE10 you're using and the current behavior you're encountering.
Looking forward to your update.
In addition to Jose's answer I would like to add that all resources needed for igGrid need to be loaded before the resources that exporting needs (that are documents.core.js, excel.js, gridexcelexporter.js).
In the example at http://igniteui.com/grid/export-basic-grid if you load grid resources first like:
resources: 'modules/infragistics.util.js,' + 'igGrid,' + 'modules/infragistics.documents.core.js,' + 'modules/infragistics.excel.js,' + 'modules/infragistics.gridexcelexporter.js'
you have to be able to export the grid using IE10 and Safari.