Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > IE6 and IE7 cannot view tab
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered IE6 and IE7 cannot view tab

Feed from this thread
  • Jacob avatar

    Posted on May 30, 2011 (permalink)

    Dear Forumers,

    I tested my system in both IE6 and IE7 browser. I faced issue with tab not appearing in the system as per attached.

    Any idea or solution for this?

    Thank you for the reply.

    Jacob

    Attached files

  • Jacob avatar

    Posted on May 31, 2011 (permalink)

    Dear Supports,

    More information.

    {code}
    <telerik:RadTabStrip ID="RadTabStrip1" runat="server"  MultiPageID="RadMultiPage1" Width="99%" ScrollChildren="True"  SelectedIndex="0" ScrollButtonsPosition="Middle" >
                    <Tabs>
                        <telerik:RadTab Text="Applicant's Info" Selected="True"></telerik:RadTab>
                        <telerik:RadTab Text="Manufacturer's Info"></telerik:RadTab>
                        <telerik:RadTab Text="Factory's Info"></telerik:RadTab>
                        <telerik:RadTab Text="Product's Info"></telerik:RadTab>
                        <telerik:RadTab Text="Declaration"></telerik:RadTab>          
                        <telerik:RadTab Text="Attachments"></telerik:RadTab>   
                    </Tabs>
    </telerik:RadTabStrip>
    {/code}

    Is there anything from the code that cause the tab did not appear in IE7.

    Thanks

  • Kate Kate admin's avatar

    Posted on Jun 2, 2011 (permalink)

    Hi Jacob,

    I noticed that in the Product information field you have indicated RadTabStrip for ASP.Net, however, I am sorry to inform you that we no longer provide support for the classic controls. Please read more on the matter here.
    As a side note we have not experienced such problems. In case you are using any custom skins or styles that you apply to RadTabSrip control or some other controls that hold the RadTabStrip, you could try to disable these styles/skins and check if the RadTabStrip appears on the page. 

    All the best,
    Kate
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Tabstrip > IE6 and IE7 cannot view tab