DHTMLx version 2.5 is not working with IE11

With IE 11, Dhhtmlx - version 2.5, we see the error below:

"Object does not support property or method ‘getElementsByTagName’ "
at (this.xmlDoc.responseXML||this.xmlDoc).getElementsByTagName in file DTHMLx.js

Due to this, the tree grid view is not rendering correctly.

Will dhtmlx version 4.6 (professional edition) fix this issue? Or is there any suggested workaround for this?

Unfortunately the 2.5 version of the dhtmlx doesn’t support the IE11.
You need to update your dhtmlx.

*the mentioned error was fixed in 3.6 version of dhtmlx

Ok thanks for the update.

We downloaded the latest version of the suite, that is 4.5. So if it works with v3.6, then it should be working with v 4.5 as well right?

you’re right.
dhtmlx supports IE11 since the 3.6 version.
The actual dhtmlx version also supports IE11.

In current code we have all below js files from dhtmlx version 2.5

dhtmlxlayout_dhx_skyblue.css
dhtmlxgrid_dhx_skyblue.css">

dhtmlx.js
dhtmlxtree.js
dhtmlxgrid.js
dhtmlxgridcell.js
dtmlxtreegrid.js
dhtmlxgrid_drag.js
dhtmlxgrid_filter.js
dhtmlxtreegrid_filter.js
dhtmlxgrid_rowspan.js
dhtmlxgrid_srnd.js

Trying with trail version of 4.5 version where i see only one script file: dhtmlx.js. So included only this file and removed all other .js files in the page.

Now though code is executing without any errors, panels on layout are not displaying.

Is this single file(dhtmlx.js) from dhtmlx 4.5 trail version is enough?

Trying with trail version of 4.5 version where i see only one script file: dhtmlx.js. So included only this file and removed all other .js files in the page.
Please, make sure that you’ve downloaded the package containing the dhtmlxLayout.
If the problem still occurs for you please, provide with a complete demo or share with a demo link, where the problem can be reconstructed.

Thanks for the update.
Its working fine…facing minor issues.
1.images set to cell are not getting identified.

Here is my sample xml string

<?xml version='1.0' encoding='UTF-8'?> Sample Text

Existing code is already having imgURL, which is pointing to the location where images are exist.

panel.imgURL = “images/imgs/”;

tried with below two options, still i am not able to see images/icons in tree
panel.setImagePath(“images/imgs/”);
panel.setIconsPath(“images/imgs/”);

after correct defined path in the setImagePath() method images should be displayed well.

If the problem still occurs for you please, provide with a simple complete demo, where the problem can be reproduced locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxiliary_docs__demo_for_support.html