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