RadTabStrip -
Does ASP.NET AJAX RadTabStrip allow overflow with TabItemsDropDown as shown in the below link for WinForms? or is there any workaround to do the same?
http://www.telerik.com/help/winforms/tabstrip-radtabstrip-scrolling-and-overflow.html
Regards
Sachin
Does ASP.NET AJAX RadTabStrip allow overflow with TabItemsDropDown as shown in the below link for WinForms? or is there any workaround to do the same?
http://www.telerik.com/help/winforms/tabstrip-radtabstrip-scrolling-and-overflow.html
Regards
Sachin
5 Answers, 1 is accepted
0
Hello Sachin,
Thank you for contacting Telerik support.
Currently the RadTabStrip control does not support such behavior but you could try to achieve the desired appearance by using TabTemplate and place a RadMenu control in it. However, since such scenario is not supported, I am not quite sure to what extend the desired behavior can be accomplished.
Greetings,
Kate
the Telerik team
Thank you for contacting Telerik support.
Currently the RadTabStrip control does not support such behavior but you could try to achieve the desired appearance by using TabTemplate and place a RadMenu control in it. However, since such scenario is not supported, I am not quite sure to what extend the desired behavior can be accomplished.
Greetings,
Kate
the Telerik team
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 their blog feed now
0

Sachin
Top achievements
Rank 1
answered on 18 May 2012, 02:49 PM
If we can get any sample here that would be of great help.
Thanks & Regards
Sachin
Thanks & Regards
Sachin
0

Kit Cat
Top achievements
Rank 1
answered on 21 May 2012, 03:04 PM
Sachin,
Can you send a mock up or an image file with the look that you are trying to achieve?
Regards,
Kit Cat
Can you send a mock up or an image file with the look that you are trying to achieve?
Regards,
Kit Cat
0

Sachin
Top achievements
Rank 1
answered on 21 May 2012, 03:26 PM
Hi Kit
Thank you for your response. PFA sample image of what we are looking for.
Thank you for your response. PFA sample image of what we are looking for.
0
Hello Sachin,
Here is a help article demonstrating how you can use templates with the RadTabStrip control:
http://www.telerik.com/help/aspnet-ajax/tabstrip-aspx-template-structure.html
Another approach that I can think of is that you use different RadContextMenus and attach them to the tabs. Below you can take a look at the demos of the context menu:
http://demos.telerik.com/aspnet-ajax/menu/examples/contextmenu/default/defaultcs.aspx
Kind regards,
Kate
the Telerik team
Here is a help article demonstrating how you can use templates with the RadTabStrip control:
http://www.telerik.com/help/aspnet-ajax/tabstrip-aspx-template-structure.html
Another approach that I can think of is that you use different RadContextMenus and attach them to the tabs. Below you can take a look at the demos of the context menu:
http://demos.telerik.com/aspnet-ajax/menu/examples/contextmenu/default/defaultcs.aspx
Kind regards,
Kate
the Telerik team
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 their blog feed now.