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

[Solved] RadToolTip in Scheduler doesn't work when you change the week

3 Answers 81 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 18 Feb 2010, 10:04 PM
When we first open the Calendar, the radtooltips come up fine.  When we move to another week, they stop working.  We are following the example in /Scheduler/RadToolTip/

Our version is 2008.02.1001.20

How do we resolve this?

3 Answers, 1 is accepted

Sort by
0
vincent
Top achievements
Rank 1
answered on 18 Feb 2010, 11:43 PM
Here is what I also noticed.  When you go back a week in the scheduler this line of code can't find the appt.

Appointment apt = RadScheduler1.Appointments.FindByID(aptId);

The aptId is an id from the previously viewed week.  This is why apt is null.

This is also what causes all the problems.




0
Accepted
Peter
Telerik team
answered on 19 Feb 2010, 04:26 PM
Hi vincent,

Are you using RadAjaxManager? If yes, then please make sure that in your RadAjaxManager settings, RadScheduler updates RadTooltTipManager. This is the most common reason for the problem that you describe. Or, you can simply disable or remove RadAjaxManager and test the case to check if this is the culprit.


Best wishes,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
vincent
Top achievements
Rank 1
answered on 19 Feb 2010, 06:20 PM
Thanks! That was it.
Tags
Scheduler
Asked by
vincent
Top achievements
Rank 1
Answers by
vincent
Top achievements
Rank 1
Peter
Telerik team
Share this question
or