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

Is there any way to get RadUpload to work in a tooltip?

1 Answer 68 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jason Maronge
Top achievements
Rank 1
Jason Maronge asked on 02 Mar 2009, 04:46 AM
Been trying to find a way all weekend to get the RadUpload control to work in a tooltip.  I understand the Ajax limitation, and have been trying to figure out a way to disable the ajax call that the tooltip makes but can not figure out how.  Does anyone know if it can be done? 

Basically I have a tooltip that shows with LoadOnDemand that contains a RadUpload control.

Thanks..

Jason

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 03 Mar 2009, 09:31 AM
Hi Jason,

As you correctly noted, it is not possible to use RadUpload together with AJAX.
Hence, you should not be using RadToolTipManager to load AJAX content in a RadToolTip.
Instead you should just use a regular RadToolTip object that contains the RadUpload.

You can add the RadUpload declaratively between the opening and closing tag of the RadToolTip or you can add it programmatically using its Controls collection.

In either way, since the upload control was not loaded with AJAX, and is not expected to work with AJAX, it will work OK.

All the best,
Tervel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
Jason Maronge
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or