Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Tab Event in UltraWebTab
posted

I am using ultrawebtab. There are about 20 tabs to be filled at the page load which causes a lot of time for the page to load. So is there any mechanism that on the click of a particular tab only all the fields of that tab will be fiiled . or can we do caching mechanism to avoid lot of time to page load...

  • 45049
    posted

    If you're using WebTab's AJAX functionality (AsyncMode = On), you can set the AsyncOptions.EnableLoadOnDemand property to true, which will cause only the selected tab's content to be rendered to the client, as well as that of the previously-selected tab.

  • 255
    Offline posted

    I'm also interested in this as well.  I have Tabs that have form field and grids that are populated.  I don't want them all populated until the actual tab is clicked instead of on page load.