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

RadTabStrip does not show any control in IE8

1 Answer 52 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Krish Singh
Top achievements
Rank 1
Krish Singh asked on 19 Apr 2010, 07:36 AM
Hi all,

RadTabStrip does not work and does not show any control like RadGrid, Calender, RadUpload etc. in RadMultiPage, RadPageView in IE8 but its working on Firefox, Chorme.
bellow my sample code:
<telerik:RadTabStrip runat="server" ID="tabStrip" Skin="Vista" MultiPageID="radMultiPage">
        <Tabs>
            <telerik:RadTab Text="Consumption Chart">
            </telerik:RadTab>
            <telerik:RadTab Text="Audit">
            </telerik:RadTab>
            <telerik:RadTab Text="Real Time Weather">
            </telerik:RadTab>
            <telerik:RadTab Text="Consumption Import">
            </telerik:RadTab>
            <telerik:RadTab Text="Profile">
            </telerik:RadTab>
            <telerik:RadTab Text="Utility">
            </telerik:RadTab>
        </Tabs>
    </telerik:RadTabStrip>
    <telerik:RadMultiPage runat="server" ID="radMultiPage">
        <telerik:RadPageView runat="server" Selected="true">
            <iframe frameborder="0" width='850' height='1000' scrolling="yes" src="ConsumptionChart.aspx?Id=<%=accountId %>">
            </iframe>
        </telerik:RadPageView>
        <telerik:RadPageView runat="server">
            <iframe frameborder="0" width='850' height='1000' scrolling="no" src="Audit.aspx?Id=<%=Request.QueryString["Id"]%>">
            </iframe>
        </telerik:RadPageView>
        <telerik:RadPageView runat="server">
            <iframe frameborder="0" width='850' height='1000' scrolling="no" src="weather.aspx?city=<%=city %>">
            </iframe>
        </telerik:RadPageView>
        <telerik:RadPageView runat="server">
            <iframe frameborder="0" width='850' height='1000' scrolling="no" src="consumptionImport.aspx?Id=<%=Request.QueryString["Id"]%>">
            </iframe>
        </telerik:RadPageView>
        <telerik:RadPageView runat="server">
            <iframe frameborder="0" width='850' height='1000' scrolling="no" src="Profile.aspx?Id=<%=accountId %>">
            </iframe>
        </telerik:RadPageView>
        <telerik:RadPageView runat="server">
            <iframe frameborder="0" width='850' height='1000' scrolling="yes" src="UtilityData.aspx?Id=<%=accountId %>">
            </iframe>
        </telerik:RadPageView>
    </telerik:RadMultiPage>

attach Firefox working sample.

Thanks

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Apr 2010, 01:27 PM
Hello krish singh,

I've tested the code and  it works without a problem with my test pages. Can you provide us with a live url where we could observe the issue?


All the best,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TabStrip
Asked by
Krish Singh
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or