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

Rad Tab Strip displaying abnoramally in IE 9

1 Answer 39 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rajender
Top achievements
Rank 1
Rajender asked on 17 Jan 2014, 08:34 AM
Hi,

i am using radTabStrip control in most of the applications which are developed in asp.net 4.5 and i am using telerik verision  2013.1.417.45.
this control is displaying fine in all browsers and in IE7, IE8, IE10, IE11 but when i run my application in IE 9 tab strips are showing like link button. Requesting to provide to me some solution related to this thread.i have attached a screen shot as well to understand the issue.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Jan 2014, 09:39 AM
Hi Rajender,

Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my end.

ASPX:
<telerik:RadTabStrip ID="RadTabStrip1" runat="server">
    <Tabs>
        <telerik:RadTab Text="Summary" runat="server">
        </telerik:RadTab>
        <telerik:RadTab Text="Premises History" runat="server">
        </telerik:RadTab>
        <telerik:RadTab Text="Existing Bins" runat="server">
        </telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>

Please provide your full code  if it doesn't help.
Thanks,
Shinu.
Tags
TabStrip
Asked by
Rajender
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or