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

Overlay the Radtooltip on the Silverlight page

5 Answers 33 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Alok
Top achievements
Rank 2
Alok asked on 23 Apr 2015, 08:28 AM

Hello,

I have designed a webpage, where I have used RadRibbon (RadRibbon has RadTooptip as well).

When a user clicks on a specific Ribbon Tab (EmpTab), a Silverlight application is opened.

The RadTooltip hides under the Silverlight application (please enclosed the snapshot).

Can u please suggest a solution or a possible workaround to overlay the Radtooltip on the SilveSrlight.

Its an urgent issue, prompt answer is appreciated.

Thanks

~P

5 Answers, 1 is accepted

Sort by
0
Alok
Top achievements
Rank 2
answered on 24 Apr 2015, 05:47 AM
Hello, could you please suggest a solution. Its an urgent issue!!
0
Magdalena
Telerik team
answered on 27 Apr 2015, 10:37 AM
Hi Alok,

Try to set higher z-index to the RadToolTip by the following:
.RadToolTip  {
    z-index: 999999 !important;
}


Regards,
Magdalena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Alok
Top achievements
Rank 2
answered on 28 Apr 2015, 06:32 AM

Hi Magdelana,

Thanks for the reply,  but the solution you provided didn't work. Am using RadRibbon and its tooltip doesn't overlay.
It works fine with everything else, but with Silverlight the tooltip hides under the Silverlight.

Please suggest.

Thanks
~P

0
Magdalena
Telerik team
answered on 28 Apr 2015, 10:49 AM
Hello Alok,

Actually the ToolTip has no implemented overlay feature. I have logged this suggestion in our feedback portal so you can follow it and vote for adding the feature to RibbonBar control.

Do not hesitate to contact us if you have other questions.

Regards,
Magdalena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Alok
Top achievements
Rank 2
answered on 28 Apr 2015, 01:28 PM

Thank you for prompt reply. Will follow the post on the feedback portal. Hope to get some solution soon.

Thanks again

~P

Tags
ToolTip
Asked by
Alok
Top achievements
Rank 2
Answers by
Alok
Top achievements
Rank 2
Magdalena
Telerik team
Share this question
or