Reloading Grid has no effect on IE 11

GRID v.3.5 build 120731

myGrid.clearAll();
myGrid.init();
myGrid.loadXML(“grid.htm?cmd=getGridXML&gridId=” + gridId);

With freshing (first time) lauching the Internet Explorer 11 (on Windows 8), the myGrid.loadXML(…) works (i.e., getGridXML function gets called on the java side).

However, after the web application is loaded, I open/reopen the JSP page which has the line: myGrid.loadXML(), it has no effect. That means, the getGridXML will not got called.

Please help me to fix this issue.

Once again,

GRID v.3.5 build 120731
Windows 8
IE 11

After the Boroswe is opened up and the web application is loaded/started, the getGridXML gets called the very first time, there after it won’t get called again.

Thanks to help.

Scott

Unfortunately the issue cannot be reproduced locally.
If the problem still occurs for you, please, provide with any kind of sample of your code or with a complete demo, where the issue can be reconstructed.

Note: dhtmlx supports IE11 since the 3.6 version 131023 build.

UPDATE:

Replaced the original dhtmlxcommon.js with Hot Fix for IE11 dhtmlxcommon.js.

Appeared having fixed the issue for IE 11. BUT,

it caused errors on

Firefox
Safari
Chrome
IE 8
IE 9
(I have not tested on IE10 yet)

Everytime loadXML, an error message popped up:

Error type: LoadXML
Description: Incorrect XML

It failed when tried to get the xmlDoc object, for example, in dtmlXMLLoaderObject.prototype.getXMLTopNode=function(a,b){…}

Any suggestion to fix this issue?

Thanks

Scott

GRID v.3.5 build 120731
UPDATE: Replaced the original dhtmlxcommon.js with Hot Fix for IE11 dhtmlxcommon.js.

Appeared having fixed the issue for IE 11. BUT,

it caused errors on

Firefox
Safari
Chrome
IE 8
IE 9
(I have not tested on IE10 yet)

Everytime loadXML, an error message popped up:

Error type: LoadXML
Description: Incorrect XML

It failed when tried to get the xmlDoc object, for example, in dtmlXMLLoaderObject.prototype.getXMLTopNode=function(a,b){…}

Any suggestion to fix this issue?

Thanks

Scott

Unfortunately the issue cannot be reproduced locally.
If the problem still occurs for you, please, provide with a complete demo or a demo link, where the issue can be reconstructed.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/auxiliary_docs__ … pport.html