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

Telerik RadTabStrip

3 Answers 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Saima
Top achievements
Rank 1
Saima asked on 13 Aug 2012, 03:16 PM
Hi,
My page is not refreshing when i redirect from one RadTab to another. I am also attaching the screen shot how the page looks like when the redirect happen. 
Thanks!
Saima

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 15 Aug 2012, 12:16 PM
Hello Saima,

Can you please clarify what you mean by saying redirect from one RadTab to another? Do you set NavigateUrl property to the tabs or the AutoPostBack to the RadTabStrip control? Can you please provide the markup that you are using so I can test you scenario locally and help you out?

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.
0
Saima
Top achievements
Rank 1
answered on 15 Aug 2012, 01:46 PM
Hi,
Here is what I am doing when I am  on submit new ticket tab when i submit a ticket and hit submit button then i want the user to redirect to the first tab which Tech dashboard . The user get redirected to the tech board page but the I saw the two Radtab strip on the Tech dashboard page.
<telerik:RadTabStrip    ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" SelectedIndex="0"   ShowBaseLine=true  EnableEmbeddedSkins="True" style="z-index:1000" Skin="Default" CssClass="tabStrip" Width="100%"  ClickSelectedTab="True"  EnableAjaxSkinRendering=true
               <Tabs>
                    <telerik:RadTab Text="Dashboard" >
                    </telerik:RadTab>
                     <telerik:RadTab Text="Tech Dashboard">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Submit New Ticket">
                    </telerik:RadTab>
                    <telerik:RadTab Text="FAQ">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Search">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Reports">
                    </telerik:RadTab>
                </Tabs>
            </telerik:RadTabStrip>
             <telerik:RadMultiPage   ID="RadMultiPage1" runat="server" SelectedIndex="0"    >
 
                <telerik:RadPageView ID="RadPageViewDashBoard" runat="server"  Height="1000px"   width="100%"  ContentUrl="UserDashboard.aspx" >
               
                 
                </telerik:RadPageView>
 
                <telerik:RadPageView ID="RadPageViewTechDashboard" runat="server"  Height="1000px"   width="100%" ContentUrl="TechDashboard.aspx">
               
                 
                </telerik:RadPageView>
                <telerik:RadPageView ID="RadPageViewCreateNewTicket" runat="server"   Height="1000px" width="100%"  ContentUrl="CreateNewTicket.aspx"   >
                
                </telerik:RadPageView>
                <telerik:RadPageView ID="RadPageViewFAQ" runat="server"   Height="1000px" width="100%"  ContentUrl="FAQ.aspx">
                       
                </telerik:RadPageView>
                 
 
                <telerik:RadPageView ID="RadPageViewSearchTickets" runat="server"  Height="1000px" width="100%"  ContentUrl="./TechnicianPages/SearchTickets.aspx"   >
               
                </telerik:RadPageView>
 
                  <telerik:RadPageView ID="RadPageViewReporting" runat="server"   Height="1300px" width="100%"  ContentUrl="./TechnicianPages/Reports/Reporting.aspx"   >
               
                </telerik:RadPageView>
            </telerik:RadMultiPage>
 
    </div>
0
Kate
Telerik team
answered on 20 Aug 2012, 11:10 AM
Hello Saima,

I tested the code that you provided with the 2012.2.724.40 version of the Telerik controls, but still cannot replicate the issue that you describe. Please take a look at the attached image that demonstrates the look that I get. Therefore I would suggest that you open a support ticket where you can attach a simplified runnable project that we can test locally and help you out.

Kind 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
Grid
Asked by
Saima
Top achievements
Rank 1
Answers by
Kate
Telerik team
Saima
Top achievements
Rank 1
Share this question
or