DHTMLX GRID AUTOHEIGHT

HI.
I have gone through the link

dhtmlx.com/docs/products/kb/ … mal&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.


If height of your rows is the same better to use multi line mode:


mygrid.enableMultiline(true);