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

ExportToPDF failed to work when linked with RadToolTipManager

1 Answer 34 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 09 Jan 2012, 09:43 PM
Hi,
  We have a RadGrid with ExportToPDF function inside a UserControl, this generally works great, however, we just found out the exporting function failed to work when the user control is linked to the  RadToolTipManager: More spcifically when using RadToolTipManager to dynamically load the user control through OnAjaxUpdate function, the exporttopdf failed to work in the user control-- the RadGid updates itself instead of triggering a popup. Understanding the ExportToPDF doesn't work in the Ajaxify interfaces, I tried to add some java scripts to disable ajax, but the script failed to execute and the problem persists. The ExportToPDF function works fine if taking out the RadToolTipManager control and the user control is within a regular page.
  Do anyone have any insight the impact of RadToolTipManager on the exporting function?

  Thanks,
  David

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 11 Jan 2012, 04:42 PM
Hi David,

The RadToolTipManager uses an UpdatePanel to load the user control via AJAX. This means that you cannot avoid the AJAX in this scenario. In a simple page there are ways to disable the AJAX when you detect that you are exporting (see here for an example), but this is not possible in all cases and this is one such.


All the best,
Marin
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
Tags
ToolTip
Asked by
David
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or