dhtmlXGridFromTable

I’m trying to use the dhtmlXGridFromTable to convert an existing table. If I give gridHeight as auto, then the scrollbar will not come in chrome and mozilla and only partial table is displaying.
If I give gridHeight as some value like 400px then scrollbar is coming. But if the number of rows is less than the specified height then some empty space will be there in table. But on clicking the table header the table will resize automatically. This issue is only in chrome and firefox. In IE its working fine. Any idea how to solve it?

Thanks,

Please, try to use enableAutoHeight() method:
docs.dhtmlx.com/doku.php?id=dhtm … autoheight

I tried that also. But its working in IE only. The problem is still there in chrome and mozilla.

Unfortunately the issue cannot be reconstructed locally.
If it’s still occurs for you - please, provide us with any kind of sample of your code or a complete demo where the issue can be reproduced.