Hello Lars,
Please try the following solution:
1. In your main page create a global JavaScript variable that will hold the client object of the RadRotator in the RadRoolTip:
2. In the user control, attach an event handler of the RadRotator's
OnClientLoad event. Then declare this handler in your main page, in order to assign the client object of the rotator control to the global variable.
User Control
Main Page
3. Specify an handler to the
OnClientResponseEnd client event of the RadToolTipManager control and in this handler call the client method
repaint() of RadRotator in order to ensure that it will be properly displayed after the response from the AJAX request is received.
Main Page
Main Page
I hope that helps. If the information listed above does not help you resolve your difficulties please
open a support ticket and send us
a simple, runnable project that isolates your case so that we can inspect it locally and pinpoint the cause.
Best wishes,
Slav
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