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

telerik:RadTab & telerik:RadMultiPage

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
BekirSami
Top achievements
Rank 1
BekirSami asked on 20 Oct 2011, 09:43 AM

Good days,
I have a problem about rad tabs screen in IE.
When I test my project in Firefox and Chorome there is not any problem,
but I tested in IE8 or IE9 RadTabs where not seen well.
I attached my webpage's screen in IE.
How can I do?
My code in aspx below.

<
telerik
:RadPane ID="rpPages" Width="100%" Height="100%" runat="server">

 

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" Skin="Default" SelectedIndex="0" Width="100%" Align="Left" >

 

<Tabs>

 

<telerik:RadTab Text="Kullanıcı Performans"></telerik:RadTab>

 

<telerik:RadTab Text="Çağrı Bilgisi"></telerik:RadTab>

 

<telerik:RadTab Text="Kullanıcı Durumları"></telerik:RadTab>

 

<telerik:RadTab Text="Verimlilik" Selected="True">

 

</telerik:RadTab>

 

 

</Tabs>

 

</telerik:RadTabStrip>

 

<telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" Width="100%" Height="100%">

 

<telerik:RadPageView ID="RadPageView1" runat="server" Width="100%" Height="100%">

 

<cc1:BISReportViewer ID="rvCallReport" runat="server" Height="100%"

 

Width="100%" ShowDocumentMapButton="True" BorderWidth="0px" ParametersAreaVisible="False"

 

ProgressText="Rapor Oluşturuluyor..." ShowParametersButton="False" BackColor="White" ShowZoomSelect="True"

 

</cc1:BISReportViewer>

 

</telerik:RadPageView>

 

 

<telerik:RadPageView ID="RadPageView2" runat="server" Width="100%" Height="100%">

 

</telerik:RadPageView>

 

<telerik:RadPageView ID="RadPageView3" runat="server" Width="100%" Height="100%">

 

</telerik:RadPageView>

 

<telerik:RadPageView ID="RadPageView4" runat="server" Width="100%" Height="100%">

 

</telerik:RadPageView>

 

</telerik:RadMultiPage>

 

</telerik:RadPane>

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 25 Oct 2011, 05:01 PM
Hi Hasan,

I tested the issue that you encounter but I am not able to reproduce it(see the attached image). However, it seems that the base skin of the RadTabStrip is not applied to the control. Do you apply any custom skin? Can you also clarify the exact version of the controls that you  use? If you cloud send us a live url where we could inspect the issue would be really helpful as well.

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
BekirSami
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or