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

Tab Text Only Displays on Mouseover

3 Answers 34 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Donnovan
Top achievements
Rank 1
Donnovan asked on 18 May 2011, 01:45 PM
I have a control which contains a telerik RadTabStrip.  There are 7 blank tabs which have the text dynamically set at runtime.  This control is used on 3 .aspx pages and one .ascx control.  On the three pages, everything works perfectly.  On the control, the tab appears blank.  But when you mouse over it, the tab text appears.  It then disappears again once you move the mouse off the tab.

Since this code is in a control, the same code is used in all 4 places.  But it's only working properly in 3.  So the only thing I can think of is how the control is being used between the 4 objects.  In the pages, the control is wrapped in an <asp:content><table><tr><td><div> section.  In the one control, it's in an <asp:panel><div> which is ultimately used by an <AJAXext:ModalPopupExtender>.

We are using version 2010.2.826.35.  Are there any known issues with that version's tabs being displayed properly within modal popups?

Thanks,
Donnovan

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 19 May 2011, 06:33 PM
Hello Donnovan,

I tested the scenario that you describe with only RadTabStrip controls and the version of the controls that you specified but I can not get the behaviour. Since it is not a trivial scenario, please take a look at the project that I attached and modify it in a way that shows the issue that you encounter. I would also suggest that you open a support ticket and send us the runnable project there, since you can not attach it in a forum post.

Regards,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Donnovan
Top achievements
Rank 1
answered on 01 Jun 2011, 02:31 PM
We figured out the issue.  The control was displaying fine on 3 of our pages.  But it wasn't displaying properly on a modal popup.  That popup was using a style sheet that set the text color to white.  So we had white text on a white tab.  It was our issue, not telerik's.
0
Kate
Telerik team
answered on 01 Jun 2011, 03:24 PM
Hi Donnovan,

Thank you for clarifying that you managed to resolve the issue.

All the best,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TabStrip
Asked by
Donnovan
Top achievements
Rank 1
Answers by
Kate
Telerik team
Donnovan
Top achievements
Rank 1
Share this question
or