Categories | Question details Back To List | ||
DHTMLX GRID HI. How can I use "enableAutoHeight" in such way that autoheight is enable, no max height mention and grid header height should be included in new height.(as when we pass third argument true)? And my second question is that how can I get the height of grid? Regards Umair Tariq Xeeonix Tech. Answer posted by Support on Sep 11, 2009 01:48 >>no max height mention Just use grid.enableAutoHeight(true); >>and grid header height should be included in new height this parameter is necessary, only if you are using max-height |