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

Rad tabs overlapping each other

0 Answers 58 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Parimal
Top achievements
Rank 1
Parimal asked on 06 Nov 2012, 01:27 PM


we are  using RadTabStrip in our project.functionality wise its works good.However,its giving me designing issues,tabs are overlapping with each other .please see attached screenshot  

below is my code

<telerik:RadTabStrip ID="RadTabStrip1" Skin="Default" Orientation="HorizontalTop" runat="server" SelectedIndex="0" MultiPageID="RadMultipage1"
            ShowBaseLine="true" >
            <Tabs>
                <telerik:RadTab Text="Advanced Search" Selected="true">
                </telerik:RadTab>
            </Tabs>
            <Tabs>
                <telerik:RadTab Text="Skill Search">
                </telerik:RadTab>
            </Tabs>
        </telerik:RadTabStrip>

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
Parimal
Top achievements
Rank 1
Share this question
or