Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TabControl > Dynamic selection of tab

Not answered Dynamic selection of tab

Feed from this thread
  • Thanigaivel avatar

    Posted on Apr 28, 2011 (permalink)

    Hi

    I have scenario like this please let me know if you have any samples  related to this

    i have two pages say Page1 and Page2

    In Page 2 i have four tabs say (Tab1, Tab2, Tab3, Tab4) which is implemented using RadTab

    in Page 1 i have four link (Link1, link2, link3, link4). If i select link1 it will navigate to page 2 and select the tab1 and similarly for other link as well

    let me know if you have any samples on Dynamic selection of tab.

    Thanks & regards
    Thanigaivel P S

    Reply

  • Tina Stancheva Tina Stancheva admin's avatar

    Posted on May 3, 2011 (permalink)

    Hello Thanigaivel,

    You can bind the RadTabControl.SelectedIndex property and change it when clicking the links that should load the RadTabControl.

    I attached a sample project illustrating an MVVM approach towards your scenario. Please have a look at it and let me know if it helps or if I can further assist you.

    Kind regards,
    Tina Stancheva
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
    Attached files

    Reply

  • Mahesh avatar

    Posted on Dec 7, 2011 (permalink)

    Hi,
          I am trying to integrate TabScript as a navigation wizard in my application by helping below link

    http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/wizard/defaultcs.aspx

    This example have only "NEXT" option so here i need previous option as well so i have tried with PREVIOUS option as same as NEXT functionality . My code is executing without any errors but Tab selection is not happening when we click on PREVIOUS button (Dynamic). The Tab selection is good when we click on Tabs manually.

     Could you please tell me any solution for selecting Tabs dynamically?

    Thanks
    Mahesh Gorle

    Reply

  • Mahesh avatar

    Posted on Dec 7, 2011 (permalink)

    Its resolved by adding below line of code. 

    RadMultiPage.PageViews.Clear();

    Thanks!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TabControl > Dynamic selection of tab
Related resources for "Dynamic selection of tab"

Silverlight TabControl Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]