I have a dhtmlxTabbar where one of the tabs contains a Grid which contains Subrows.
My problem occurs when I expand several subrows. The bottom of my grid becomes no longer visible because the Tabbar does not resize, neither do scroll bars appear.
How do I get the Tabbar to resize itself after a subrow expands or collapses?
I’ve tried
mygrid.attachEvent("onSubRowOpen", function() {tabbar._setSizes()});
but that doesn’t seem to work. I have enabled AutoSize in my tabbar.