Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > RadTabStrip: change the pageview on tabclick
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadTabStrip: change the pageview on tabclick

Feed from this thread
  • Saurabh avatar

    Posted on Dec 16, 2010 (permalink)

    Hi There,

    I have a user control that consist RadTabStrip with multi page view
    Each page view have its own Usercontrol.
    Rad ajax manager is use on parent user control and each child user control have radajaxmanager proxy(I dont have to much knowledge of rad ajax manager and radajaxmanagerProxy).

    Till now client side tab click event is working fine(in which I set postback to false).
    Each user control consist its own search region.search criteria values are save in to the database on control OnPreRender(),and that value are common to all the user control(means search value are loaded from database, a user can change the search values, changes value should reflect to all the user control)
    Now i want when a user click on the tab, other tab usercontrol should be loaded having data with the new search value.

    If I fire server side tabclick event , it does not change the page view of the tabstrip (old view persist)

    Thanks

  • Yana Yana admin's avatar

    Posted on Dec 20, 2010 (permalink)

    Hi Saurabh,

    The provided information is not enough for us to reproduce the issue, please send us runnable project demonstrating the problem.

    Kind regards,
    Yana
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > RadTabStrip: change the pageview on tabclick