|
Rank: Newbie Groups: Member
Joined: 4/5/2008 Posts: 6
|
Dear Support,
In 'CheckBox Column' sample, it lost column data when I use Unicode(Korean or Japanses etc) after delete callback by button click. I also use UTF-8 req/response encoding in web.config.
best regards, JH
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
Can you elaborate what you mean by "lost column data"? And for which field you use Unicode? More detailed steps would help us narrow down the problem.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 4/5/2008 Posts: 6
|
My grid have some rows include Unicode(as StaticColumn) by callback data binding. and then, I just check first row to call delete callback.
Name | Email
[v] AAA a@a.com
[] 홍길동 b@b.com
This is result. first row was delected but second row lost Unicode data. it's no problems when I use 1byte characters.
Name | Email
[] ____ b@b.com-------------------------------------
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Thanks for the detailed information. We will look into it and see what we can find.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
HAN wrote:I just check first row to call delete callback. I am not sure exactly what you mean by "call delete callback". But to use any AJAX solution with unicode data, you need to be sure that your page encoding is set to UTF-8. To verify if this is the problem, try the page without callback. You can find more information on this issue at here: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=90Thanks
|
|
Rank: Newbie Groups: Member
Joined: 4/5/2008 Posts: 6
|
Dear Support, Unfortunately, my page encoding is already set to UTF-8. Just download my sample for you. In this sample, You can see that problem(lost unicode data) after click button. http://cid-ddde440087cd7c6d.skydrive.live.com/self.aspx/Public/TestSample.zipIt seems problem in the most of asia country customers. Best regards, JH
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
Thanks for the sample application. We were able to reproduce and fix the problem with the sample code you provided. Please see your private messages for the download location of the fix.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 4/5/2008 Posts: 6
|
Dear support,
The bug has been fixed. Excellent cutomer service! Thanks.
|
|