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

Help: Tabs not changing if in RadWindow

2 Answers 73 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Neal
Top achievements
Rank 1
Neal asked on 01 Apr 2009, 01:26 PM
Hi All,

If I run the page containing my Tabstrip/multipage etc   as standalone, my Tabs / RadPageView   change correctly showing the content of each RadpageView  (just upgraded to Q1.2009 + hotfix  1_324.

However put it in a RadWindow-popup.... no go!   stays on the first tab and it's RadPageView, won't show other Tabs'  pageviews
??

Markup is beneath
TIA
Neal

<

telerik:RadTabStrip ID="rtsContact" runat="server"

 

 

Orientation="horizontalTop"

 

 

 

MultiPageID="RadMultiPage1" Visible="true"

 

 

SelectedIndex="0" PerTabScrolling="True" Width="100%" >

 

 

 

<Tabs>

 

 

<telerik:RadTab PageViewID="PageView1" Text="Sched. Detls & Prem Calc. " Width="177px" runat="server">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab PageViewID="PageView2" Text="Banking Details" runat="server" Width="177px">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab PageViewID="PageView3" Text="Notes" runat="server" Width="177px">

 

 

</telerik:RadTab>

 

 

</Tabs>

 

 

</telerik:RadTabStrip>

 

 


<
telerik:RadMultiPage ID="RadMultiPage1"

 

 

        runat="server" SelectedIndex="0" Height="100%">

 

 

 

        <telerik:RadPageView

 

 

            ID="PageView1" runat="server"  Width="100%" Height="100%">

            .......A RADGRid here

 

 

            </telerik:radpageview>

 

 

 


            <
telerik:radpageview ID="PageView2" runat="server"

 

 

                    Width="100%" Height="100%">

                  .......Another  RADGRid here

 

 

            </telerik:radpageview>

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 01 Apr 2009, 02:33 PM
Hi Neal,

I couldn't reproduce the problem in a test site. Please find it attached to this support thread. What could be different at your side?

Regards,
Albert
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Neal
Top achievements
Rank 1
answered on 02 Apr 2009, 07:03 AM
Hi Albert,

Thanks,...after much headscratching, the only thing which could have been different was the versions in use.  Sure enough, I was using a much older version of the RadWindow, whilst the rest was upgraded to 2008.2 or 2209.1.
So,..Changed it's dll.refresh path to the new  Telerik.Web.UI.dll and All's well.

Thx again
Neal
Tags
TabStrip
Asked by
Neal
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Neal
Top achievements
Rank 1
Share this question
or