When exporting to a CSV file from a ListGrid in SmartGWT 5.0, the column field names are being used instead of the field titles.
It can be reproduced using this sample:
http://www.smartclient.com/smartgwtee/showcase/#custom_export
(Version: 5.0p Built Thu May 07 02:45:00 GMT-400 2015 at the time I tested)
When performing the export, the titles in the CSV are as follows:
countryName,capital,continent,independence,population,gdppercapita
If the same sample is run using 4.1p (built Fri Jun 05 01:36:00 GMT-400 2015) when performing the export, the titles in the CSV are as follows:
Country,Capital,Continent,Nationhood,Population,gdppercapita
It can be reproduced using this sample:
http://www.smartclient.com/smartgwtee/showcase/#custom_export
(Version: 5.0p Built Thu May 07 02:45:00 GMT-400 2015 at the time I tested)
When performing the export, the titles in the CSV are as follows:
countryName,capital,continent,independence,population,gdppercapita
If the same sample is run using 4.1p (built Fri Jun 05 01:36:00 GMT-400 2015) when performing the export, the titles in the CSV are as follows:
Country,Capital,Continent,Nationhood,Population,gdppercapita
Comment