Grid layout mess up when using IE Compatibility View setting

We need to use the IE Compatibility View setting in order to support other in-house applications, but it will mess up the grid layout when it is on. Especially when we also need to use “splitAt” method on the grid. How to fix it?

What version of dhtmlxGrid are you using? Can you please provide complete demo of the issue? (you can send such demo directly to the support.dhtmlx.com/)

We are using dhtmlx suite v2.6 pro. I will email you a short demo version of the problem shortly. Thanks.

Hi,

I downloaded and replaced the “dhtmlxgrid.js” file as you instructed me to in the email.
I also changed my code to like

mygrid.loadXML(“grid.xml”,function(){
mygrid.expandAll(true);
});

But the results are still the same as before.

see the screenshot