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

RadTabStrip : Tabs are not displaying full tab text. Tabs are only wide enough to display first letter

1 Answer 156 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 05 Dec 2012, 08:08 PM
I have never had any problems with tabs before, but in one of my projects, I am getting very funcky behavior. The tabs are only wide enough to show barely a letter of the tab text. Even if I set a width, the tab will rebder wider, but the tabs background images won't get any bigger, so the tab looks really funcky.

This starts as soon as a second tab is added. A single tab renders fine. The code is pretty basic. I am using the default theme, etc.
<telerik:RadTabStrip ID="AgencyTabs" runat="server" Width="100%" MultiPageID="multAgency"         
    CssClass="RadTabStrip" SelectedIndex="0">         
    <Tabs>             
        <telerik:RadTab Text="Agency Info"></telerik:RadTab>             
        <telerik:RadTab Text="Locations"></telerik:RadTab>             
        <telerik:RadTab Text="Users"></telerik:RadTab>             
        <telerik:RadTab Text="Download Info"></telerik:RadTab>             
        <telerik:RadTab Text="Load Presets"></telerik:RadTab>             
        <telerik:RadTab Text="Onboard / Upload Data Files"></telerik:RadTab>         
    </Tabs>     
</telerik:RadTabStrip>

**I have attached an image of what the tabs look like when they render.

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 10 Dec 2012, 04:14 PM
Hello Marc,

I have perform some tests, based on the provided snippet of code, but I was unable to replicate the experienced problem. Here is a video, demonstrating the behavior at my end. Could you clarify about the version of our controls that you use at your end. In addition, under which browser you had experienced the problematic behavior?

Kind regards,
Nencho
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.
Tags
TabStrip
Asked by
Scott
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or