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

Tabstrip , Masterpage and postbck

0 Answers 52 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
A K
Top achievements
Rank 1
A K asked on 04 Apr 2011, 06:50 PM

I have a Telerik Tab strip control on a master page as follows.

<telerik:RadTabStrip ID="rtsOrders" runat="server" 

            Width="350px"

             Skin="Outlook"

            Align="Justify" >

            <Tabs>

                <telerik:RadTab Text="Manage Groups" Width="100" Visible="false" NavigateUrl="~/Group/GroupMembers.aspx" />

                <telerik:RadTab Text="Manage Orders" Width="100" Visible="false" NavigateUrl="~/Manager/ManageOrders.aspx" />

                <telerik:RadTab Text="My Orders" Width="100" NavigateUrl="~/Order/MyOrders.aspx" />

            </Tabs>

       </telerik:RadTabStrip>

 

All above tab navigation URLs are  content pages. When I click on the tab, I do see flicker and complete page loading even though I did not set Autopostback to true for Radtabstrip.

 

I put a breakpoint on page load of master page. It does come there on every tab click and when I check for  ?page.Request.Params.Get("__EVENTTARGET") It comes as nothing.

 

I really don’t know why page behaves like this?

 

Thanks!

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
A K
Top achievements
Rank 1
Share this question
or