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

Bug in RadCalendar with RadTooltip code library?

1 Answer 63 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Cedric
Top achievements
Rank 1
Cedric asked on 24 Oct 2007, 03:32 PM
Good day,

I'm having an issue using the code RadCalendar with Prometheus RadTooltip in the code Library. Basically, I'm using the code presented at http://www.telerik.com/community/code-library/submission/b311D-mkbmg.aspx.

It works well, until I change the defaut view of the calendar using the ­> or >> at the top right corner of the calendar. When I do that, the RadToolTipManager ajax update fires (I don't know why) and then, the tooltip opens on every cell, causing multiple errors

Another problem is that the tooltip targets a particular cell, and not a particular date. So when we change the month, the tooltip will fire on a cell, even if it's not a special day, if in the previous month it was a special day.

Any idea how to fix these problems?

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 29 Oct 2007, 09:05 AM
Hi Cedric,

There should not be a problem implementing your solution.The RadToolTipManager's AJAX event should not fire in the case of pressing > or >> (unless these elements have been added to the manager's TargetControls collection).

Also, as long as the tooltip manager's TargetControls is kept in synch after each AJAX request that changes the state of the page, there should not be a problem.

It seems that you are trying to attach tooltips to certain dates in the calendar and fire AJAX events that fill the tooltip with extra information for the particular date. While this is not so trivial to do when AJAX is involved in the calendar, it should be possible to achieve.

Our suggestion is to turn off AJAX for the calendar and implement your scenario without it - then if you have any problems with the AJAX enabled, send us a fully runnable project and we will examine it and make the necessary changes for you.


All the best,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Cedric
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or