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

Printing of tooltip

1 Answer 57 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Constantin Dimitrov
Top achievements
Rank 1
Constantin Dimitrov asked on 21 Apr 2010, 02:32 AM
Hi,

I have the following tooltip to display static text:

 

<telerik:RadToolTip ID="reportInfoTip" runat="server" Animation="Fade" ContentScrolling="Auto"

 

 

Position="MiddleRight" RelativeTo="Element" TargetControlID="ddlSiteLogReport"

 

 

ShowEvent="FromCode" OffsetX="32" OffsetY="12" ShowCallout="false" EnableViewState="true"

 

 

Sticky="true" Width="580px" Height="98px" ManualClose="true" />

 


When clicking on Print Preview in the IE8 or Firefox 3.5.8 the tooltip goes out of the printing area or half away depending on the text in it. When changing zoom to 60% it display as it looks in the browser. It also happens with the tooltip demo site under First Look.
Is it possible to print a tooltip or any workarounds available?

Thanks & Regards,
Constantin

1 Answer, 1 is accepted

Sort by
0
Constantin Dimitrov
Top achievements
Rank 1
answered on 21 Apr 2010, 03:52 PM
Hi,

I found one workaround that is just to hide the tooltip using CSS link with media="print"
and add in that CSS file:
.radtooltip_Default
{
    display: none;
}

Regards,
Constantin



Tags
ToolTip
Asked by
Constantin Dimitrov
Top achievements
Rank 1
Answers by
Constantin Dimitrov
Top achievements
Rank 1
Share this question
or