Export to excel - overlay close button not working

0
Hello community,After exporting to Excel my data grid 2, I am not able to close the overlay that shows the progress bar. The mouse hover correctly but it seems to be stuck in the exporting state. Has anyone encountered this bug who could help me? It is not the best solution to abruptly close the page, so I wonder how you do it. Is there a way to hide this progress bar entirely? I am using the latest version of the DataWidgets module.Thanks!
asked
3 answers
0

João,

That dialog box should close after the export is finished.  Because it is not closing, I would guess that there is an error either in Studio Pro or in your browser console.  Can you check those places and see if there is an error message?

Mike

answered
0

here is the error I am getting

answered
0

During export a very large request state is being created (thousands of objects kept in memory). This can interfere with the DataGrid2 export widget cleanup and cause the overlay to get stuck. I’ve seen unexpected issues before when the request state exceeds the warning threshold.


I’d recommend trying again with a smaller dataset (<100, let's say) and checking whether the problem still occurs. If it doesn’t, we can look at possible workarounds afterward.

answered