|
Rank: Member Groups: Member
Joined: 3/4/2008 Posts: 24
|
Hi, In a field of the database I have for example the text "Stéphane". If I try to display this value in a textBoxColumn a EO.Grid I see only the text "Stphane" without the character "é", the accented character disappears. If I return the grid to the server I get the message "Failed to load ViewState" probably because the text is not the same as the original. Does Eo.Grid support accented characters? If so, how do?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not able to reproduce this problem. Would you be able to create a test page that demonstrates the problem? You can create a small in memory DataTable object and then bind it to the Grid. That way we can run it without your database.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 3/4/2008 Posts: 24
|
Sorry, for reasons I still do not know the character é has been replaced by the ASCII value 0. Hence the impression that the character had disappeared and was producing the error "Failed to load ViewState"
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We do need a test page to look further. Without it we can neither reproduce the problem nor to verify that it has been fixed.
Thanks
|
|