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

RadTabStrip Space in SharePoint 2010

3 Answers 58 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Marco Beyer
Top achievements
Rank 1
Marco Beyer asked on 23 Aug 2011, 11:03 AM
Dear Telerik-Team,

I have a strange issue with the RadTabStrip when integrating in SharePoint.

In my Visual Studio Project I added an Application page to my project that contains the TabStrib and added a sample tabstrip to it. The code looks like below:
<%@ Register Assembly="Telerik.Web.UI, Version=2011.2.712.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
    Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<asp:Content ID="PageHead" ContentPlaceHolderID="PlaceHolderAdditionalPageHead" runat="server">
 
</asp:Content>
 
<asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server">
    Content above the TabStrip!!
    <telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Vista" MultiPageID="RadMultiPage1"
        SelectedIndex="0" Align="Justify" ReorderTabsOnSelect="true" Width="347px">
        <Tabs>
            <telerik:RadTab Text="General">
            </telerik:RadTab>
            <telerik:RadTab Text="Tools">
            </telerik:RadTab>
            <telerik:RadTab Text="Hardware">
            </telerik:RadTab>           
        </Tabs>
    </telerik:RadTabStrip>
    <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" CssClass="pageView"
        Width="345px">
        <telerik:RadPageView ID="RadPageView1" runat="server">
            First content.
        </telerik:RadPageView>
        <telerik:RadPageView ID="RadPageView2" runat="server">
            Second content.
        </telerik:RadPageView>
        <telerik:RadPageView ID="RadPageView3" runat="server">
            Third content.
        </telerik:RadPageView>       
    </telerik:RadMultiPage>
 
</asp:Content>
 
<asp:Content ID="PageTitle" ContentPlaceHolderID="PlaceHolderPageTitle" runat="server">
Application Page
</asp:Content>
 
<asp:Content ID="PageTitleInTitleArea" ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea" runat="server" >
My Application Page
</asp:Content>

It has no special code behind. The text "Content above the TabStrip!!" is displayed as expected, but the TabStrip itself will be rendered too far at the bottom. I have no idea what this can be since the cotent is inside a single ContentPlaceholder.

I have attached the outcome as an image.

PS: I have installed the latest release of the RadControls for ASP.NET AJAX


Hope you can help as soon as possible.

3 Answers, 1 is accepted

Sort by
0
Marco Beyer
Top achievements
Rank 1
answered on 29 Aug 2011, 01:22 PM
Dear Telerik-Staff,

isn't there anyone who could help me with this issue?

Best regards,
Marco
0
Accepted
Kalina
Telerik team
answered on 29 Aug 2011, 05:05 PM
Hi Marco Beyer,

Could you please take a look at this forum thread
A similar issue has been discussed and resolved there.

If the issue persists - could you please provide us a live URL where we will be able to observe it?
Thank you.

Best wishes,
Kalina
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 >>

0
Marco Beyer
Top achievements
Rank 1
answered on 30 Aug 2011, 08:48 AM
Dear Kalina,

thanks a lot, this did the job. I followed your suggestion to open SP Designer and override the stylesheet for the RadTabStrib using clear:none.

Also best wishes,
Marco
Tags
TabStrip
Asked by
Marco Beyer
Top achievements
Rank 1
Answers by
Marco Beyer
Top achievements
Rank 1
Kalina
Telerik team
Share this question
or