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

Multi-level tab strip

2 Answers 109 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jonathan Levy
Top achievements
Rank 1
Jonathan Levy asked on 15 Dec 2010, 04:51 PM
Hi,

Is it possible to have a 3 layer tab strip and if so how do I do it? Are there any examples? I currently have a 2 layer tab strip with tabs being added and removed using javascript but can't see how to make it into a 3 layer.

Cheers
Jon

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 16 Dec 2010, 07:14 AM
Hi Jonathan,

RadTabStrip tabs can be displayed in multiple rows. The IsBreak property of the RadTab object defines that the next Tab in the strip will start on a new row. The demo shows a multi-row tabstrip with the IsBreak property of the "Remote" tab set to true:
Sample mark-up:
<telerik:RadTab 
	IsBreak="True"
	Text="Remote" >
<radts:Tab>

-Shinu.
0
Jonathan Levy
Top achievements
Rank 1
answered on 10 Jan 2011, 05:42 PM
Hi Shinu

Is it possible to set the IsBreak option when adding tabs through JavaScript?

Thanks
Jon
Tags
TabStrip
Asked by
Jonathan Levy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Jonathan Levy
Top achievements
Rank 1
Share this question
or