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

[Solved] Eworld Controls not working in rad tooltip manager

1 Answer 163 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John Yu
Top achievements
Rank 1
John Yu asked on 16 Jun 2008, 03:37 PM
Hi
I am using radtooltipmanager loading with the usercontrol  files
I am opening the tooltip with click of the hyperlink
i am also using eworld controls which has masked textbox control
the problem is the eworld controls are not working when i use tooltipmanager

Instead i use to load the same controls in tooltip, in that case its working. But the controls are not working when i used to open the same page using tooltipmanager

I am struct up with this, it will be greatful if someone give any idea on this

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 18 Jun 2008, 02:41 PM
Hi John Yu,

I tested the described setup and I was able to reproduce the reported behavior.

The problem is not in the RadToolTipManager, but to integration of eworld controls with AJAX.

When you use the RadToolTipManager and its OnAjaxUpdate event you actually add the tooltip's content to a standard update panel. I removed the RadToolTipManager and replicated this part of its functionality with a standard update panel and I was able to receive the error as you can see from the attached project.

It seems that the eworld controls do not work correctly with AJAX and that is the reason they work with a single RadToolTip control which does not use AJAX but they do not work with the RadToolTipManager.

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
John Yu
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or