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

RadStrip with SiteMap

4 Answers 85 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 29 May 2008, 01:13 PM
Hi,
I am having web.sitemap file. Now i am creating RadTabs using SiteMapDataSource. My tabs are in one line and some tabs contain child tabs. But here i am facing some problem like
1) As i can't create web.sitemap without root node, i have added root in site map. Because of that  through DataBind() tabs get create with root node and below that all my tabs. But i don't want that root node. When i tried to remove root node it removes all tab below it.

2)When i click on tab it will  not showing child tabs.

I am using Asp.Net Ajax website
please help me..

Regards,
Sagar

4 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 29 May 2008, 01:22 PM
Hello Sagar Baheti,

You need to set the ShowStartingNode property of the SiteMapDataSource to false.

<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="False" />

Kind regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Sagar Baheti
Top achievements
Rank 1
answered on 29 May 2008, 01:37 PM
Thanks Albert
0
bilal
Top achievements
Rank 2
answered on 04 Sep 2010, 01:45 PM
hi
i have RadStrip and i want to show only first level and second, i don't want the 3rd level. and i connected with SiteMapDataSource.
thanks
0
Yana
Telerik team
answered on 07 Sep 2010, 07:59 AM
Hello bilal,

You just need to set MaxDataBindDepth property of the tabstrip to the needed depth.

Greetings,
Yana
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
Tags
TabStrip
Asked by
Sagar Baheti
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Sagar Baheti
Top achievements
Rank 1
bilal
Top achievements
Rank 2
Yana
Telerik team
Share this question
or