load xml file don't work in IE (11) but works on Firefox

Hello, I can’t understand the reason, but I’m making a pretty simple example in order to load the grid from a xml file, and works on Firefox but not in IE.

Basic Grid

data.xml

book 1 //1st column 300 //2nd column 50 //3rd column

Does anybody can help me? Thank you in advanced

I’ve added the <?xml version="1.0" encoding="UTF-8"?> at the beginning, with no spaces before…
but is not working yet
:cry: :cry:

What version of dhtmlxGrid are you using?
Please, try to update the version of the dhtmlxgrid.
If the problem still occurs for you please, provide with a complete demo, where the problem can be reconstructed locally.

Thank you for your answer.
My version is dhtmlxSuite v.4.2 Professional edition © Dinamenta, UAB.

Regards.

I’ve updated to version 4.4 and the same problem.

Debugging with IE 11 I’ve see this error message:
SCRIPT70: Permiso denegado --> Permission denied
dhtmlx.js, Línea 9 Carácter 15281

Looks like IE doesn’t like a local XML file.

Unfortunately the issue cannot be reproduced locally.
Could you pleas,e provide with a complete demo or share with a demo link, where the problem can be reproduced.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html

I can’t in this moment I don’t have a third party machine, but the error is:
SCRIPT70: Permission denied and doesn’t load the xml file.
The xml file is a local file.
It’s works on Firefox, but not in IE.

Regards.

As you can see it’s close the same code you send in the little tutorial.

Kind regards.

Sorry, better image resolution…

image-share.com/ijpg-3065-29.html

Unfortunately the described problem cannot be reproduced locally.
Please, provide with a complete demo or share with a demo link, when it will be able, so the problem can be reconstructed.

Thank you very much sematik for your quick answers.
I’ve found the issue. It’s was a problem with my f****** IIS.

Thank you for your interest.

:smiley: it’s alright

Hi - I’m having similar trouble.
What did you change in the IIS to fix this?