My data has a name of Frédéric, but it does not display correctly in the grid. Its in the XML file correctly, but something is preventing it from displaying in the grid.
I’m using: Response.Write("<?xml version='1.0' encoding='iso-8859-1'?>" ) as my sml header.
Changed the cell type to rotxt and hand the same results. Still do not get my French characters. I have hard coded the name ‘Frédéric’ in the XML page, so its not even coming from the database. Is this a known bug in the Grid?
My XML endcoding is: <?xml version='1.0' encoding='iso-8859-1'?>
I’m not using a database, the data is static and will not display French Characters. Are there any examples of this working?
French characters are showing well for us in dhtmlxGrid.
If issue still occurs for you - pleaqse provide a complete demo where the issue can be reconstructed.