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

RadTabStrip vertical orrientation

9 Answers 286 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Abid
Top achievements
Rank 1
Abid asked on 28 Jul 2011, 01:38 PM

Can i do Intended-vertical-left align tabs like i draw in the attached file..? help required

9 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 28 Jul 2011, 02:19 PM
Hi Abid,

By using the OuterCssClass and CssClass proprties of the RadTabstrip control along with the right css class selectors you can achieve the desired look. Here is an example how this can be done:
<style type="text/css">
        .border
        {
            border-bottom: 1px solid grey;
        }
         
        .RadTabStripVertical li.rtsLI .new, .new
        {
            padding-left: 10px !important;
        }
        .RadTabStripVertical li.rtsLI .new1, .new1
        {
            padding-left: 20px !important;
        }
        .RadTabStripVertical li.rtsLI .new2, .new2
        {
            padding-left: 30px !important;
        }
    </style>

markup:
<telerik:RadTabStrip ID="Radtabstrip1" runat="server" SelectedIndex="1" Orientation="VerticalLeft">
        <Tabs>
            <telerik:RadTab ImageUrl="VImg/icon_05.gif" Text="Management" CssClass="border">
            </telerik:RadTab>
            <telerik:RadTab ImageUrl="VImg/icon_02.gif" Text="Scheduling" OuterCssClass="new" CssClass="border">
            </telerik:RadTab>
            <telerik:RadTab ImageUrl="VImg/icon_03.gif" Text="Meetings" OuterCssClass="new1" CssClass="border">
            </telerik:RadTab>
            <telerik:RadTab ImageUrl="VImg/icon_04.gif" Text="Briefcase" OuterCssClass="new2" CssClass="border">
            </telerik:RadTab>
            <telerik:RadTab ImageUrl="VImg/icon_01.gif" Text="Settings">
            </telerik:RadTab>
        </Tabs>
    </telerik:RadTabStrip>

Greetings,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Abid
Top achievements
Rank 1
answered on 02 Aug 2011, 01:23 PM
When i set the TabStrip Orientation to left,  Instead of displaying PageView beside the TabStrip, it displays at bottom.

Attached below is the image to review. 
0
Kate
Telerik team
answered on 02 Aug 2011, 05:13 PM
Hello Abid,

Please take a look how this demo is implemented. In case it does not help could you provide the markup so we could try to reproduce the issue that you encounter and help you out with a solution?

All the best,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Abid
Top achievements
Rank 1
answered on 03 Aug 2011, 06:53 AM
Thank you very much. It really helped me. 
I need a suggestion, which control is suitable from breadcrum so that when i click on it it will display appropriate tab. 
attached below is the image.
0
Kate
Telerik team
answered on 03 Aug 2011, 12:29 PM
Hi Abid,

I would suggest that you use the RadSiteMap control if you need to implement BreadCrumb. Please refer to our on-line demo where BreadCrumb is implemented using the RadSiteMap and RadMenu controls. You can apply the same approach for the RadTabStrip control.

Regards,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Kate
Telerik team
answered on 03 Aug 2011, 02:22 PM
Hello Abid,

I have just implemented the functionality that you are asking for in this forum. Please refer to the following post for an example of how it can be achieved.

All the best,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Siroos
Top achievements
Rank 1
answered on 09 Jan 2013, 07:37 AM
Hi there...
I want to Create RadTabStrip in Vertical Orientiaction... How can i do this?
like the Picture i attach ...
0
Kate
Telerik team
answered on 14 Jan 2013, 07:56 AM
Hi Siroos,

I reviewed the appearance that you are attempting to get using the RadTabStrip control but currently we only provide support for the horizontal/vertical appearance that is demonstrated on the following on-line demo here.

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.
0
Siroos
Top achievements
Rank 1
answered on 14 Jan 2013, 08:04 AM
Hi There... Tanks for Reply...
I saw this Demo and I wanna Texts be Vertical in Tabstrip That works in popular browsers...
like the picture i attach in previous Post...
i tried Your Skin Created for Vertical Tabsrip but it is  Working just in IE...
Tags
TabStrip
Asked by
Abid
Top achievements
Rank 1
Answers by
Kate
Telerik team
Abid
Top achievements
Rank 1
Siroos
Top achievements
Rank 1
Share this question
or