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

[Solved] RadTabStrip with sitemap

1 Answer 135 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Sagar Baheti
Top achievements
Rank 1
Sagar Baheti asked on 02 Jun 2008, 07:05 AM
hi ,
I am having SiteMapDataSource for creating rad tab.I have 2 level  tabs


. Now what i want is  when i click on parent tab,first right most tab get selected . I  am using following code

if (tab.Tabs.Count >= 1)
{
            tab.Tabs[0].Selected = true;
            RadTabStrip1.ClickSelectedTab = true;
}

by this code  it selecting that tab, but event for tab is not get fired.
So please help me.

Regards,
Sagar

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 02 Jun 2008, 12:42 PM
Hi Sagar,

Please refer to this forum post for details on the matter.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Sagar Baheti
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or