Error while using Data Widget Export to Excel

0
Dear Community,   I use the Data widget “Export to Excel” to export my DataGrid 2 to Excel. This worked without any problems until I updated the data widgets to the latest version. Suddenly I get the following error message:   An error occurred while executing an action of Main.Backside_Overview.actionButton2: Cannot read properties of undefined (reading 'dataGrid_backside') Nanoflow stack: “Call JavaScript Action: DataWidgets.Export_To_Excel” in nanoflow ”Main.Export_Backside”    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638622659438987606:61:174443    at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638622659438987606:19:6830)    at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638622659438987606:19:6731)    at k (http://localhost:8080/mxclientsystem/mxui/mxui.js?638622659438987606:59:5099)   I tried to downgrade Data Widget back to the previous version. However, the error message remains. Previous solution suggestions from the forum refer to access rights issues. However, I can definitely rule this out in my case. Does anyone have another idea and can help me?   Thank you
asked
1 answers
1

Can you check the name of the Datagrid2 (Properties > Common tab) and ensure that this name has not changed?

 

Also, can you try creating a Datagrid2 from scratch with a few columns and exporting that to see if it works?

answered