Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

listGrid.exportClientData() 's exportFilename is not work in Korean Language.

$
0
0
Hello brother.

Be sure your post includes:

1. the *complete* SmartGWT or SmartClient version from the lower left-hand corner of the Developer Console (see FAQ for how to open Developer Console), for example, \"v8.2p_2012-04-18/PowerEdition Deployment\"

SmartClient v9.0p_2014-02-04/Enterprise Edition


2. browser(s) and version(s) involved

Crome 33.0.1750.117 m

3. for a server-side problem, the *complete* logs generated during processing of the failing request (do *not* trim to just the error message)

no error

4. for any problem processing a server response, the actual response as shown in the RPC tab in the Developer Console

no error

5. if there is a JavaScript error, the stack trace logged in the Developer Console (see FAQ)

no error


listGrid.exportClientData({ exportAs: "xls",exportDisplay: "download", lineBreakStyle: "dos",exportDatesAsFormattedString: true,exportFilename:"test.xls"});

is OK , the file "test.xls" was downloaded and it's contents is correct too.

but
listGrid.exportClientData({ exportAs: "xls",exportDisplay: "download", lineBreakStyle: "dos",exportDatesAsFormattedString: true,exportFilename:"한글.xls"});

it has file extention only not korean file name.
I need Korean File Name.

I'm Enterprise Edition User. Please reply me.

Viewing all articles
Browse latest Browse all 4756

Trending Articles