I have a dynamic XML grid, produced by an asp page from a SQL Server db, which works perfectly in FF and Chrome, but will not display the grid contents in IE9.
I have run the query independently against the XML generator and it returns XML with no errors in FF, Chrome and IE9 - although very very slowly in IE9
I have tried using the “dhtmlx/dhtmlxGrid/codebase/dhtmlxcommon_debug.js” file, and in FF and Chrome it immediately displays an alert with the query, status and returned XML prior to the the grid being populated, but it does not show this alert in IE9 - it just adds the grid column headers and then stops.
Even with a query that returns only 1 record, the grid fails in IE9…
I have read and tried all of the troubleshooting hints in the forum and documentation…
thanks