Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Pierre on May 20, 2009 07:24
open dhtmlx forum
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
Answer posted by Support on May 20, 2009 08:16
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.