Hello,
when i load my page, all the pageviews are displayed. I need to click on each tab to obtain the normal display (only the selected pageview).
I precise that it works great on FF but not on IE8
Have you an idea ?
Aurore
Here's the schema of my architecture :
<tlk:RadPane ID="m_oTopPane" runat="server" Scrolling="Both" PanesBorderSize="0"> <asp:Panel ID="ConfPanel" runat="server" Style="visibility: hidden;"> <tlk:RadTabStrip ID="m_oRadStrip" runat="server" MultiPageID="RadMultiPage1" Orientation="HorizontalTop" SelectedIndex="0" Width="840" Style="margin-left: 10px;" > <Tabs> <tlk:RadTab runat="server"> </tlk:RadTab> <tlk:RadTab runat="server"> </tlk:RadTab> <tlk:RadTab runat="server"> </tlk:RadTab> </Tabs> </tlk:RadTabStrip> <tlk:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" > <tlk:RadPageView ...> </tlk:RadPageView/> <tlk:RadPageView ...> </tlk:RadPageView/> <tlk:RadPageView ...> </tlk:RadPageView/></tlk:RadMultiPage></tlk:RadTabStrip><asp:Panel></tlk:RadPane> I set this on web.config
<add key="Telerik.Skin" value="Sphinx"/>
<add key="Telerik.EnableEmbeddedSkins" value="false"/>
I use the 2010.3.1317.35 dll version