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
You can use auto withd mode:
mygrid.enableAutoWidth(true);
dhtmlx.com/dhxdocs/doku.php?id=d … eautowidth