Categories | Question details Back To List | ||
dhtmlxTreeGrid and horizontal scroll bar What should I do so that the horizontal scroll bar will not show up on dthmlxTreeGrid and the column will get resize automatically based on area/width the availalble for rendering that treeGrid Answer posted by dhxSupport on Dec 22, 2009 01:38 You can use auto withd mode: mygrid.enableAutoWidth(true); http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_enableautowidth |