Can i do Intended-vertical-left align tabs like i draw in the attached file..? help required
9 Answers, 1 is accepted
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 .new
1
, .new
1
{
padding-left
:
20px
!important
;
}
.RadTabStripVertical li.rtsLI .new
2
, .new
2
{
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.

Attached below is the image to review.
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.

I need a suggestion, which control is suitable from breadcrum so that when i click on it it will display appropriate tab.
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.
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.

I want to Create RadTabStrip in Vertical Orientiaction... How can i do this?
like the Picture i attach ...
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

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...