Guys -
Are there any special permissions needed on a server for the excel exporter to work? I am testing this on my local machine but when we upload it to the server, we are not able to get it to work.
Hello Ryan,
There are no special configurations needed for the excel export to work. What exactly is not working for you? Are you getting any exceptions?
Here you can find useful information on how to export igGrid to excel:
http://es.infragistics.com/community/forums/t/64055.aspx
http://es.infragistics.com/products/jquery/infragistics-excel/videos/exporting-iggrid-data-to-excel
http://www.igniteui.com/infragistics-excel/create-excel-worksheet
Hope this helps.
So I found the issue was a missing DLL file. On my local machine I didn't need to reference the Infragistics.Web.Mvc.Documents.Core file but when I push to the server it required it there.
Not sure how it would work locally without this dll but oh well. Thanks for the info!!