Categories | Question details Back To List | ||
I am using the dhtmlXGrid extended mode, subgrig with in a grid feature. How to set the width and height and other styles for the div in which the subgrid is populated? Answer posted by Support on Mar 17, 2008 10:20 Subgrid container has the same width as parent grid, and its height based on content of subgrid ( basically - subgrid operates in autoheight mode ) It possible to change some behaviors of subgrid, but logic of container size detection is hardcoded, the only way to update it - code modification. |