This is a migrated thread and some comments may be shown as answers.

Change Active Tab

2 Answers 60 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Kurt Kluth
Top achievements
Rank 1
Kurt Kluth asked on 17 Oct 2013, 09:11 PM
I am utilizing the following example "Standalone Multipage" to work with my tab strip and have implemented it just fine. However I would really like it to update the tab location as well.  How can I go about doing this?  So when you click "Next" on the CU Type tab it will then highlight "Filters", so on and so forth.

Also I noticed when running it that if I manually clicked on "Dates" tab and clicked next it would go to the next tab which could be "Filters", not "Saved Searches". 

Quite possibly this is the wrong sort of application for this?  Is the Wizard a better use of it?
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" MultiPageID="RadMultiPage2">
    <Tabs>
        <telerik:RadTab ToolTip="CU Type" Text="CU Type" Selected="True"></telerik:RadTab>
        <telerik:RadTab ToolTip="Filters" Text="Filters"></telerik:RadTab>
        <telerik:RadTab ToolTip="Fields" Text="Fields"></telerik:RadTab>
        <telerik:RadTab ToolTip="Dates" Text="Dates" Enabled="True"></telerik:RadTab>
        <telerik:RadTab ToolTip="Saved Searches" Text="Save"></telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 22 Oct 2013, 06:05 PM
Hello,

I have inspected the scenario but it is still not clear what is the desired behavior and what should happen when you click on the first and the last tab. Would you please elaborate a little bit once again so we could be more helpful?

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Kurt Kluth
Top achievements
Rank 1
answered on 24 Oct 2013, 08:52 PM
I have figured things out sort of went a different route with things.
Tags
TabStrip
Asked by
Kurt Kluth
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Kurt Kluth
Top achievements
Rank 1
Share this question
or