Hi
ya right autoheight property I confused with jqxGrid.
I have removed autoheight property from Tab , Though, my problem remains same.
In Integration with other widgets” of jqxTabs example, there is height mentioned for Grid “height: ‘84%’,” as well for Tab
$(‘#jqxTabs’).jqxTabs({ width: 600, height: 560, theme: theme, initTabContent: initWidgets });
In my case I have autoheight got grid and I don’t want to mention height for Tab.
Do I have to set Tab height based on Tab Content height, if so , how i can get Tab content height?
Thanks
Pankaj