This is a migrated thread and some comments may be shown as answers.

[Solved] problem with encoding :é should be é

2 Answers 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vincent Girard
Top achievements
Rank 1
Vincent Girard asked on 13 May 2010, 03:26 PM
Hi,

I can't get my data to show the encoding as UTF-8, all my specials characters are showing encoded in the grid like &eacute should render as é but it's not. Do you know how I could make this working? If I'm outside the grid it renders perfectly.

I have try this but it's not working :

colums.Bound(c => c.PartName).Title("Nom").ClientTemplate("<#=PartName#>"); 
colums.Bound(c => c.PartName).Title("Nom").Encoded(false).Format("{0}"); 

Thanks a lot!

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 13 May 2010, 03:44 PM
Hi Vincent Girard,

We are not sure how to reproduce this problem. Please provide more code - data used to populate the grid etc.

Regards,
Atanas Korchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Vincent Girard
Top achievements
Rank 1
answered on 13 May 2010, 04:47 PM
By trying to reproduce the problem in an other solution I find out that it was double encoded in my database...

Thx for the help anyway!
Tags
Grid
Asked by
Vincent Girard
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Vincent Girard
Top achievements
Rank 1
Share this question
or