setColumnHidden does not work in IE9 nor Opera 11.60

The following line works in Firefox 8, Chrome 15 and Safari 5.1.2 but not in IE9 nor Opera 11.60.

grid.setColumnHidden(5,true);

Can anyone confirm this?

Unfortunately we cannot reproduce this issue locally. Please check if you using latest version of dhtmlxGrid.

Browser mode and/or document mode?

IE7,8,9.

I’m using the latest version of the grid (v. 3). You are correct that .setColumnHidden does not hide a column in IE 9.0.4. I was able to hide the column in Opera 11.60, build 1185. Perhaps there is a function that will hide the column?

Please open ticket at support.dhtmlx.com/ and provide us example where we can reproduce this issue

I have been able to reproduce this error. I am using the dhtmlx message in my application, and this does not work in IE9 quirks mode so I was setting the doctype using the following line:

After taking this line out, setColumnHidden works fine. Not sure if there is a doctype that dhtmlxmessaging and setColumnHidden both will work though.

Kameron

Are there any updates on this?

Push

Unfortunately we cannot reproduce this issue locally.
Please, open ticket at support.dhtmlx.com/ and provide us example where we can reproduce this issue.