Hello,
We are using SmartClient_80_Pro
I have a grid which uses clientOnly data source. I get the data from server and use ListGrid.setData(rpcResponse.data.rows) to set the data and use
DataSource.testData = rpcResponse.data.rows to set the data for the datasource.
I use ListGrid.exportClientData({exportAs:'xls',exportDisplay:'download'}); to export the data.
In the exported spreadsheet, some columns have the correct value and some columns are populated with values such as com.isomorphic.js.JSExpression@2018b5b7, they look like reference to objects.
See attached jpeg file which has the image of the grid and the exported spreadsheet.
Any suggestions on what could possibly be happening here and how to get around this? Any suggestions on how to look into this problem will be helpful too.
Thanks!
We are using SmartClient_80_Pro
I have a grid which uses clientOnly data source. I get the data from server and use ListGrid.setData(rpcResponse.data.rows) to set the data and use
DataSource.testData = rpcResponse.data.rows to set the data for the datasource.
I use ListGrid.exportClientData({exportAs:'xls',exportDisplay:'download'}); to export the data.
In the exported spreadsheet, some columns have the correct value and some columns are populated with values such as com.isomorphic.js.JSExpression@2018b5b7, they look like reference to objects.
See attached jpeg file which has the image of the grid and the exported spreadsheet.
Any suggestions on what could possibly be happening here and how to get around this? Any suggestions on how to look into this problem will be helpful too.
Thanks!
Comment