Hi bill,
Your code seems to be correct and the only thing I can assume that might be causing the problem you report is that you have ajaxified the RadCalendar and the RadToolTipManager. If so, note that the RadToolTipManager uses internally AJAX if used with LOAD functionality and thus you probably get nested update panels as a result.
To test my assumption, please remove all the AJAX settings from your page and check whether the issue persists. If it disappears, the assumption is correct and what you should do is to replace the AJAX settings with standard update panels with
UpdateMode="Conditional" - this will prevent the outermost update panel from update when the tooltip is being shown. More information about nested update panels is available below:
http://geekswithblogs.net/ranganh/archive/2007/05/16/112525.aspx
In case my assumption is not correct or you need further assistance, please prepare a sample, fully runnable reproduction demo, open a new support ticket and send it to me along with detailed explanations of the reproduction steps and I will do my best to help.
All the best,
Svetlina
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