Hi,
We’re using tabbar control to display content. This is how we’re setting content:
tabbar.setContentHref(“a1”, “CreateTestSession.aspx?userid=” + userid);
tabbar.setTabActive(“a1”);
tabbar.enableAutoSize(true, true);
Once data is displayed on the page in a table, the user can request more data. This is why we set the enableAutoSize to true for both height and width.
The problem is that when we have more data displayed(ajax/jquery), the tab is not resizing to display the data. The height of the tab is still the same.
Please advise.
Thanks.