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

Vertical RadTab IE 9 / Moz 5 Issue

3 Answers 128 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Gustavo
Top achievements
Rank 1
Gustavo asked on 23 Aug 2011, 02:35 PM
Hello guys,

I'm facing a problem with the RadTab component on IE 9 and Mozilla 5. In the other versions of IE, its behavior is ok. Don't know about other Mozilla versions. Follows more info about the issue.

I have a RadTab and a MultiPage. RadTab is linked with the MultiPage. I want a VerticalLeft RadTab, but, in these new versions, the RadTab persists at the top of the multipage and is showing as HorizontalTab. On other versions, it is working as expected. I've tried some CSS combinations, but none of them worked as expected.

Follows the code:

 

<telerik:RadTabStrip ID="rtsVertical" runat="server" MultiPageID="rmpCourseEdit"

SelectedIndex="1" SkinID="OutlookVTAB" Style="float: left">

<Tabs>

<telerik:RadTab Text="pgvBasic" PageViewID="pgvBasic" runat="server" Selected="True" /

<telerik:RadTab Text="pgvComposite" PageViewID="pgvComposite" runat="server" />

<telerik:RadTab Text="pgvTexts" PageViewID="pgvTexts" runat="server" />

<telerik:RadTab Text="pgvPub" PageViewID="pgvPub" runat="server" />

<telerik:RadTab Text="pgvSpec" PageViewID="pgvSpecialist" runat="server" />

</Tabs>

</telerik:RadTabStrip>

<telerik:RadMultiPage ID="rmpCourseEdit" runat="server" SelectedIndex="0" RenderSelectedPageOnly="false" CssClass="MultiPageV">
... </>

Follows the CSS and Skins:
<telerik:RadTabStrip runat="server" SkinID="OutlookHTAB"

 Skin="Outlook"

 EnableEmbeddedSkins="False"

 Orientation="HorizontalTop"

 />

-------------------------

Can you help me with this guys?

tks,

 


3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Aug 2011, 05:22 AM
Hello Gustavo,

I am not sure which version of the Telerik controls that you are using. IE 9, FireFox 4 and Google Chrome10 are supported by controls starting Q1 2011. If you would like to ensure that our AJAX controls are compatible with the new major versions of these three browsers, you will need to migrate at least to version 2011.1.315. With older versions these browsers are only partially supported.
Updating RadControls for ASP.NET AJAX to another version or license.

Thanks,
Shinu.
0
Gustavo
Top achievements
Rank 1
answered on 25 Aug 2011, 03:32 PM
Hello Shinu, thanks for your reply.

We're already using the Q1 2011 version. But I don't know when we will update to Q2 version.

Tks,
0
Ivan Zhekov
Telerik team
answered on 26 Aug 2011, 06:55 AM
Hi Gustavo,

have you set the proper attributes to the tab strip? From your code snippet, it seems that you are using HorizontalTop orientation, where as you should be using "VerticalLeft".

If that's just a typo (local to the snippet), please open a support request and attach a sample project with that has this issue.

Best wishes,
Ivan Zhekov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
TabStrip
Asked by
Gustavo
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Gustavo
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Share this question
or