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

select a tabstrip's tab

2 Answers 53 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
d-cpt
Top achievements
Rank 2
d-cpt asked on 05 Aug 2009, 04:09 PM
Hi,
I hope someboby could give me a hint here. I have a tabstrip on a masterpage:
        <telerik:RadTabStrip ID="rtab1" runat="server" AutoPostBack="True">
          <Tabs>
            <telerik:RadTab runat="server" Value="radtab1" Text="1" runat="server"
                NavigateUrl="~/page1.aspx" SelectedIndex="0" Selected="True"  />
            <telerik:RadTab runat="server" Value="radtab2" Text="2" runat="server"
                NavigateUrl="~/page2.aspx" SelectedIndex="1" />           
          </Tabs>
        </telerik:RadTabStrip>
Click to a tab, the page is displayed fine except the selected tab does not show as it is selected (like having new background color).
How to make it look like being selected. I tried the SelectedCssClass but it doesn't work.
Thanks.
d-cpt

2 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 05 Aug 2009, 04:15 PM
Hello d-cpt,

You can check this online example.

Greetings,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
d-cpt
Top achievements
Rank 2
answered on 05 Aug 2009, 04:56 PM
Your example is great.
Thanks, Albert.
d-cpt



Tags
TabStrip
Asked by
d-cpt
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
d-cpt
Top achievements
Rank 2
Share this question
or