Hi,
I tried to simple copy and paste your sample about Client side Excel library overview on a local environment.
I did different tests:
When I click on the export button and the whole procedure starts I always get the same error you can see here: Error. It is related to an uncaught error in infragistics.xml.js...
But, why is it strange? Because if I reclick, the whole procedure does not return that error again. So, I try to debug a little and I found the following line:
var workbook = new $.ig.excel.Workbook($.ig.excel.WorkbookFormat.excel97To2003);
to be the reason of this error.$.ig.excel.WorkbookFormat.excel97To2003 is right (I can see it is a sort of enumerable property, and also changing it, it is always correctly found.The new $.ig.excel.Workbook(...) generates the error I described.Working wiht Google Chrome developer tools console, I was able to see that:
Hello Flavio,
Thank you for contacting Infragistics!
I have done some looking into this matter and have the following information. First I would like to note that the client side excel export is still in CTP and therefore not recommended or supported to be used in production environment. So far I have been unable to reproduce the issue you are using. I am attaching my sample please let me know what behavior you see when you run the sample. I also have the following questions:
What browser or browsers are you using? What service release are you using for v14.2?