After upgrading to version 9.4 Ihad to use the option to export directly to file. The other option shows a progress bar with records processed but tjen hangs. Any idea what can cause this behavior. Permissions in a directory or file?
I am experiencing the same issue with reports that have nested grids, also with excel exports that have multiple groupings (i have to remove the grouping then it exports)
I am experiencing similar issues. Excel download doesn’t work at all on my grids. It will try to export, but clicking view or download doesn’t do anything.
On development it is working, but not on the production server.
I already uploaded including CSS and libraries, still, it is not working.
Just like bkentley, I do have nested grids in it but it was previously working before I updated to 9.4
Based on the attached screenshot, when on the download page, the page is requesting for a non existing resource from the server, and it will not stop unless it gets it, generating over 15 requests per second to the server.
I got mine working now.
Further examining the error and the continuous request on the server, it is asking for a file with .log extension. This is not allowed on the server by default. (I am using IIS)
So, adding the mime type solves my problem. Hopefully, it works on you too.
Thank you vcgonzales, that worked for me as well.