Gridbox div has header and content divs.I create a table dynamically and placed it in a Content Div based on that div i get the Scroll bars(horizontal and vertical) .I want to avoid the horizontal scroll bar when the height of the table is greater than the Height of Content Div and the width of the table is equavalent to the width of the Content Div.Horizontal scroll should not appear when the vertical scroll bar appears if the table width is equavalent to the content div width.
Try to use enableAutoHeight() and enableAutoWidth() methods
docs.dhtmlx.com/doku.php?id=dhtm … autoheight
docs.dhtmlx.com/doku.php?id=dhtm … eautowidth