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

RadTabStrip showing contents of all tabs on page load

7 Answers 325 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Adam Wilson
Top achievements
Rank 1
Adam Wilson asked on 01 Sep 2010, 02:21 PM
I have a RadTabStrip with 3 tabs.  The first tab should be selected and shown when the page loads.  I have included the html below and an attachment of the page when it loads the tabs.. I use the tabstrip in several other areas of the site with the same skin and have no issues at all. Any ideas?

I cut out alot of the code to simplify what is showing.

 

 

<telerik:RadTabStrip ID="RepWorkspaceTabStrip" runat="server" MultiPageID="RadMultiPage1" EnableEmbeddedSkins="false" Skin="CustomSkin" CausesValidation="false">

 

 

<Tabs>

 

 

<telerik:RadTab Text="Tracking Record Look-up" PageViewID="TrackingRecordTab" Selected="true" />

 

<telerik:RadTab Text="Rep Activity Summary" PageViewID="ActivitySummaryTab" />

 

<telerik:RadTab Text="Rep Activity Log" PageViewID="ActivityLogTab" />

 

</Tabs>
</telerik:RadTabStrip>

<

 

 

telerik:RadMultiPage ID="RadMultiPage1" SelectedIndex="0" runat="server">

 

 

 

 

 

<telerik:RadPageView ID="TrackingRecordTab" runat="server">

 

 

</telerik:RadPageView>

 

 

<telerik:RadPageView runat="server" ID="ActivitySummaryTab">

 

</telerik:RadPageView>

 

 

<telerik:RadPageView runat="server" ID="ActivityLogTab">

 

 

<telerik:RadGrid ID="RepActivityLogGrid" runat="server" PageSize="20" Skin="ATTSkin" EnableEmbeddedSkins="false" Width="100%" AllowPaging="true" Visible="true" AlternatingItemStyle-BackColor="#E7F6FD" ShowHeader="true">

 

 

<MasterTableView GridLines="None" AllowSorting="true" ShowHeadersWhenNoRecords="true"></MasterTableView>

 

 

<PagerStyle Mode="NumericPages" Position="Bottom" AlwaysVisible="True" />

 

 

</telerik:RadGrid>

 

 

</telerik:RadPageView>

 

 

</telerik:RadMultiPage>

 

 

 

7 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 02 Sep 2010, 08:44 AM
Hello Adam Wilson,

Unfortunately I was not able to reproduce your issue.

Could you please send the full code so we can inspect it and help you.

Thank you!

Kind regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Gaurav
Top achievements
Rank 1
answered on 03 Dec 2010, 07:51 AM
Hello,

I was facing the Same Problem.. And I find out the Solution for the Same...

Find out Multipageview Css  i.e. MultiPage.Css having : 
.rmpHiddenView
{
display: none;
}
.rmpHiddenView
{
display: none;
}
.rmpHiddenView
{
display: none;
}

.rmpHiddenView
{
display: none;
}

And Put that CSS on the MultiPageControl. By using that the Problem get Solved.

Hope This will Help You!!!
.rmpHiddenView
{
display: none;
}
0
John Clark
Top achievements
Rank 1
answered on 11 Mar 2011, 02:46 PM
I'm having a very similar problem and I'd be interested to find out how this was resolved (if at all). 

I'm running 2010.3.1317.20 and I my specific symptoms are that I have a page with two separate sets of tabs (never visible at the same time), and the first set of those tabs always initially renders with all RadPageViews visible.  This only happens in Internet Explorer (in my case v8) - not in Firefox, Safari or Chrome, whose behaviour is as expected.

What I have here is a page with a RadTreeView control on the left, showing hierarchical data.  Depending on the level of the hierarchy the corresponding asp:Panel is shown and the other hidden.  Each asp:Panel contains its own instance of RadTabStrip, RadMultiPage and a number of RadPageViews, all configured correctly as far as I can tell. 

This problem only appears to affect the tabs on the first asp:Panel, not on the second, even though they are effectively identical in their configuration.
0
Veronica
Telerik team
answered on 16 Mar 2011, 03:24 PM
Hello John,

Could you please send me a sample project and I will try to inspect the issue and solve it?

Thank you!

Regards,
Veronica Milcheva
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
jerrybentil
Top achievements
Rank 1
answered on 15 Nov 2011, 02:33 PM
Hi I was wondering if you found a solution to this problem...Thanks
0
Kate
Telerik team
answered on 16 Nov 2011, 03:16 PM
Hi Jerrybentil,

We were not able to reproduce the issue on the first place and therefore we have no updates on it. If you could send us support ticket with the reproduced issue so that we could inspect it locally and determine what is causing it would be very helpful to us.

Best wishes,
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
jerrybentil
Top achievements
Rank 1
answered on 16 Nov 2011, 07:29 PM
Thanks for getting back to me. I took the following from the thread and it seams to work;

.rmpHiddenView
{
display: none;
}
Tags
TabStrip
Asked by
Adam Wilson
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Gaurav
Top achievements
Rank 1
John Clark
Top achievements
Rank 1
jerrybentil
Top achievements
Rank 1
Kate
Telerik team
Share this question
or