Categories | Question details Back To List | ||
DHTMLX GRID AUTOHEIGHT HI. I have gone through the link http://www.dhtmlx.com/docs/products/kb/index.php?s=normal&q=9195 I find the link useful for me. I am using enableAutoHeight(true); function to set auto height of grid. Function is working fine for default css of DHTMLX GRID but when I change the css according to the given solution then the function does not work properly. I think it is working using default css sizes etc. How can i correct it for my usage? Regards Umair Tariq Xeeonix Tech. Answer posted by dhxSupport on Sep 29, 2009 09:41 If height of your rows is the same better to use multi line mode: mygrid.enableMultiline(true); |