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

Show tooltip outside of radwindow bounds

3 Answers 103 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Danny
Top achievements
Rank 2
Danny asked on 02 Aug 2013, 03:38 PM
I have a RadGrid in a RadWindow, with RadtooltipManager bound to the template controls in the grid.

The tooltips, as expected, show up only in the bounds of the RadWindow, making the page larger once they are spawned. (See images below).

I apologize if this is magical thinking, but, is there any way to get the tooltips to ignore the bounds of the RadWindow and hover over the page that spawned the RadWindow instead?

3 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 06 Aug 2013, 11:28 AM
Hello Danny,

If you load an entire page in the RadWindow there will be no way to have the tooltips ignore the iframe bounds (the page is actually loaded in an iframe).

What you can consider, however, is the ContentTemplate the control offers, as it will still be a part of the main page and the tooltips will not be bound in the window: http://demos.telerik.com/aspnet-ajax/window/examples/contenttemplatevsnavigateurl/defaultcs.aspx. This demo shows and explains the differences, pros and cons for both modes.


Regards,
Marin Bratanov
Telerik
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 the blog feed now.
0
Danny
Top achievements
Rank 2
answered on 06 Aug 2013, 08:58 PM
Thanks for the reply, Marin.   I'll attempt this functionality in the next few days and post my results here.

Thanks again.
0
Danny
Top achievements
Rank 2
answered on 06 Aug 2013, 10:26 PM
Marin, it worked perfectly, see below.

Thanks for the tip!

Tags
ToolTip
Asked by
Danny
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Danny
Top achievements
Rank 2
Share this question
or