Grid Headers not Hidden in Internet Explorer 10

Hi DX Team,

Our company is using DHTMLX 3.5 licensed version.
We are facing a problem. We have a grid in which some headers are hidden by xml i-e by setting hidden=“true” and we are getting xml from the server(using ajax).
All works fine in IE 8 , IE 9 and FF BUT IE 10 is displaying the hidden headers.

Looking forward for your response.

Thanks in advance
V.Ali
Finland.

Unfortunately the issue cannot be reconstructed locally.
Please, open ticket at support.dhtmlx.com and provide with a complete demo, where the issue can be reproduced.

Hi Team,
I have managed to make a local demo. Please find in the attachment. You can find xml file in demo too from which i am populating grid. The ‘UserId’ grid header must be hidden in IE10 but its not.

Firefox, IE9,IE8 works fine for this problem but IE10 is not hiding headers.

Waiting for response…

Thanks
Ali
Helsinki, Finland

Please, try to update the version of your dhtmlxGrid to the version 3.6
Or open ticket at support.dhtmlx.com so we can provide you a fixed dhtmlxgrid.js

I also face the same issue with IE 10.
I am not able to make column hidden.

Edit

I use the dhtmlxcommon.js of version 3.6.
I have attached the dhtmlxgrid.js

dhtmlsgrid.js file attached
dhtmlxgrid.zip (25 KB)

Please, try to update the version of your dhtmlxgrid.
If issue still occurs - please, provide with a complete demo, where the issue can be reconstructed.

I have updated the dhtmlxGrid.js and dhtmlxgridcell.js to version 3.6.

Now the column hidden not works in all the browsers.

I get the below error.
"TypeError: mygrid.setColumnsVisibility is not a function

mygrid.setColumnsVisibility(“true,false,false,false,false”);"

setColumnsVisibility method is available in PRO version only.