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

RadTabStrip with menu

2 Answers 74 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
mouhcine
Top achievements
Rank 1
mouhcine asked on 04 Jun 2009, 08:34 AM
Hi,

i'm looking for a radtabstrip, with a menu appearing when you click on a tab.
i dont like the second tab bar who appears under the first.

I prefer to have a menu on wich you selected the page you want.


Dont you have this component?
If no, how can i proceed to make it by code, with the existing ?

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Jun 2009, 10:43 AM
Hello Mouhcine,

For your scenario, I would suggest you to use a RadMenu rather than using a TabStrip wherein you can set the ClickToOpen property of the menu so that it will open only when you click on the items . You can also set the flow of the menu to horizontal or vertical, whichwever way you want it and set the NavigateUrls also directly:
aspx:
 <telerik:RadMenu ID="RadMenu" runat="server"  Flow="Horizontal" ClickToOpen="true"
       <Items>             
           <telerik:RadMenuItem  Text="Text1"
                <Items>  
                  <telerik:RadMenuItem Text="SubText" NavigateUrl="Default.aspx">         
                  </telerik:RadMenuItem> 
                </Items>  
            </telerik:RadMenuItem>              
        </Items> 
 </telerik:RadMenu> 

Thanks
Princy.
0
mouhcine
Top achievements
Rank 1
answered on 04 Jun 2009, 12:09 PM
Yes, but i don't really like the style of menus.
You can't see in wich menu you are, like a tabstrip,  and i prefer the second one.

I dont understand this item doesn't exist yet, it's a very common utility on websites, very usefull.
Tags
TabStrip
Asked by
mouhcine
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
mouhcine
Top achievements
Rank 1
Share this question
or