jQuery UI Widgets Forums Navigation Tabs Tab Inside Tab with Grid

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  panky 11 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Tab Inside Tab with Grid #29052

    panky
    Participant

    Hi

    I have a Tab control on main page, I set it’s autoheight = true.

    I have each tab as external aspx page in IFrame. When user client on tab then only I load that page.

    On my external aspx page I have table with contorls at top and below that another Tab control on it, which has JqxGrid.

    When I set autoheight = true of main tab, It does not show my extenal aspx page completly [just shows top Table and not Tab control]. But if i set  height=100% then it shows all contents, but it looks like fix height and get white space and scroll on main page.

    Any idea why might be happening?

    Thanks

    Panky

    Tab Inside Tab with Grid #29110

    Peter Stoev
    Keymaster

    Hi Panky,

    jqxTabs does not have a property called “autoheight”. For using jqxTabs with other widgets, see the demo “Integration with other widgets” of jqxTabs.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Tab Inside Tab with Grid #29244

    panky
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.