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

Scheduler & RadTooltipManager

2 Answers 66 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, 01:14 PM
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
Simon
Telerik team
answered on 24 Sep 2008, 01:54 PM
Hello Mark,

Please use this online demo as a reference when implementing the approach.

Greetings,
Simon
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 24 Sep 2008, 02:43 PM
Ah.. it was because i had the scheduler referenced within AjaxManager so it was not refreshing !!

Many Thanks for all your help !

I'm sure i'll have more questions to follow !! lol
Mark
Tags
Scheduler
Asked by
Mark
Top achievements
Rank 1
Answers by
Simon
Telerik team
Mark
Top achievements
Rank 1
Share this question
or