hgs1906 / smartgwt

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

ListGrid.exportClientDate ignores the specified export delimiter #501

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
This issue can be closed. I accidentally created it twice. (Cfr. Issue 502)

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

GoogleCodeExporter commented 9 years ago
Issue 502 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago

Original comment by smartgwt...@gmail.com on 30 Nov 2010 at 1:53

GoogleCodeExporter commented 9 years ago
Fixed, pick up the latest nightly or wait for Smart GWT 2.4

Original comment by smartgwt...@gmail.com on 30 Nov 2010 at 1:54

GoogleCodeExporter commented 9 years ago
I've tested this using the nightly of Dec 10th. The specified export delimiter 
is still ignored. Are you sure it has been fixed?

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

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 16 Dec 2010 at 9:45

GoogleCodeExporter commented 9 years ago
Reopened, will look into it.

Original comment by sanjiv.j...@gmail.com on 16 Dec 2010 at 9:46

GoogleCodeExporter commented 9 years ago
Fixed. Please try the next nightly build, thanks.

Original comment by sanjiv.j...@gmail.com on 18 Dec 2010 at 5:30