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

Calendar & RadToolTipManager

2 Answers 52 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 23 Sep 2008, 11:47 AM
Hi,
I have a custom tooltip for each appt. This is working great...until i noticed something curious !
If the calendar view i start with (dayview in my case) has 3 appts visible then the custom tooltip only fires for these 3 appts. ie; if i switch to monthview which has 20 appts, the 3 appts mentioned above fire the custom tooltip, but the other 17 dont !?
Also, if i load with the dayview, the appts within this day fire the custom tooltip.If i move to another day, the appointments on this new day do not fire the custom tooltip !!

I clear the radtooltipmanager.targetcontrols on the Page_PreLoad.
I add to the radtooltipmanager.targetcontrols on the Calendar_AppointmentCreated event. (see below)

Any ideas please?
Thanks, Mark.

RadToolTipManager1.TargetControls.Add(e.Appointment.ClientID, e.Appointment.ID,

True)

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 25 Sep 2008, 02:31 PM
Hello Mark,

We tried to replicate the problem in the Using RadToolTip example, but everything worked as expected. Do you use the same approach as in the example? If not, please send us the entire code of your implementation.


Kind regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mark
Top achievements
Rank 1
answered on 25 Sep 2008, 02:33 PM
Hi Peter,

I changed my code slightly to match the example, and all works great now !

Thanks for your help....again !

Mark :-)
Tags
Scheduler
Asked by
Mark
Top achievements
Rank 1
Answers by
Peter
Telerik team
Mark
Top achievements
Rank 1
Share this question
or