hgs1906 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid.exportClientDate ignores the specified export delimiter #502

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(I use SmartGWT 2.3 Power edition on Windows/Firefox)

I use dsRequestProperties.setExportDelimiter(";") to have ";" as field 
delimiter instead of the default ",".  However, SmartGWT still uses a ",".

ListGrid listGrid = new ListGrid();
...
DSRequest dsRequestProperties = new DSRequest();
dsRequestProperties.setExportDelimiter(";");
listGrid.exportClientData(dsRequestProperties);

A full example based on a SmartGWT Showcase sample is attached to this issue.

Original issue reported on code.google.com by lievenva...@gmail.com on 30 Aug 2010 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by lievenva...@gmail.com on 30 Aug 2010 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 22 Sep 2010 at 9:24

GoogleCodeExporter commented 9 years ago
I've tested this using the nightly of Dec 10th. The specified export delimiter 
is still ignored. 

Original comment by lievenva...@gmail.com on 14 Dec 2010 at 10:16