Columns hiding issues

Hello,



I have an issue under IE6 when hiding some columns, vertical and horizontal scrollbars appears. Screenshot sent to suppport@dhtmlx.com.



Regards

Unfortunately issue can’t be reconstructed locally.

Please try to add next code to the grid’s init
grid.attachEvent(“onColumnHidden”,function(){
this.setSizes();
})

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.