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

telerik tabstrip controls are showing up in other tabs

1 Answer 26 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 19 Aug 2013, 09:51 AM
I have 3 telerik tabs:

I have 3 telerik tabs:
 
<telerik:RadTabStrip ID="tabStrip" runat="server" MultiPageID="multiPage"">
    <Tabs>
        <telerik:RadTab runat="server" Text="Pending Invoices" PageViewID="PageView1">
        </telerik:RadTab>
        <telerik:RadTab runat="server" Text="Paid Invoices" PageViewID="PageView2">
        </telerik:RadTab>
        <telerik:RadTab runat="server" Text="My Payment Account" PageViewID="PageView3">
        </telerik:RadTab>               
    </Tabs>
</telerik:RadTabStrip>
 
with 3 page view:
 
<telerik:RadMultiPage ID="multiPage" runat="server"
    <telerik:RadPageView ID="PageView1" runat="server"></telerik:RadPageView>
    <telerik:RadPageView ID="PageView2" runat="server"></telerik:RadPageView>
    <telerik:RadPageView ID="PageView3" runat="server"> </telerik:RadPageView>
</telerik:RadMultiPage>
 
Now, the contents of PageView1 is showing up in PageView2 and PageView3 after I added the below code:
 
<telerik:RadAjaxManager ID="radAjaxManager" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="tabStrip">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="tabStrip" />
                <telerik:AjaxUpdatedControl ControlID="multiPage" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="multiPage">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="tabStrip" />
                <telerik:AjaxUpdatedControl ControlID="multiPage" />
            </UpdatedControls>
        </telerik:AjaxSetting>           
    </AjaxSettings>
</telerik:RadAjaxManager>
 
 
Please give me an advise, i'm lost in this telerik control. TIA!

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 21 Aug 2013, 07:15 AM
Hello David,

I noticed that you had submitted an identical ticket, which I have already answered. Here is a video, demonstrating the behavior at my end. In order to keep the correspondence consistent and to avoid duplications, I would like to ask you to continue our conversation in the other thread (ticket id - 727786).

Regards,
Nencho
Telerik
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 the blog feed now.
Tags
TabStrip
Asked by
David
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or