we use a ListGrid with a XML datasource displaying records from our own server implementation. Some of the records in the XML contain special UTF-8 characters (specifically, a 'β'). In hosted mode everything works great and the records are displayed. After compilation the ListGrid shows the "no records to display" message. With HttpFox I can see that the response from the server is exactly the same as in hosted mode, including the header Content-type containing charset=utf-8. If the records do not contain special characters (i.e. I edit the DB records), all records are displayed. How can I get the ListGrid to show the records from the XML after compilation?
thanks,
ITB
thanks,
ITB