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

Tooltipmanager controls added,

1 Answer 81 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ran
Top achievements
Rank 1
Ran asked on 04 Jul 2010, 01:54 AM
Hello I'm adding controls to a radCalander and to TooltipManager dynamically.
the controls are added to the rad calander and to the TooltipManager on dayRender event. days added to the current displayed month displayed properly and are working properly,controls added to days beyond the 15 of the next month are added and displayed properly but do not invoke the tooltipManager.
I noticed they are beeing added with day render When U page to to the next month, and not on PageLoad like those who work properly.
Is there a solution to this problem or instructions on were to add tooltipmanager tooltips so that they will work on months beyond the current.

1 Answer, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 07 Jul 2010, 03:51 PM
Hi Ran,

I am afraid that the provided explanations are not enough to understand the problem. What I can assume is that you are using AJAX and you do not update and clear the tooltip when needed /e.g when the month is changed/. To test this assumption, please disable all the AJAX settings and test again. If this solves the problem, make sure that you clear the TargetControls collection and you update the manager every time you update the calendar.

A sample demo about AJAX scenario is available for the grid with paging (the logic behind this is the same as calendar with changing view - the core thing here is that the targets are updated):

http://demos.telerik.com/aspnet-ajax/tooltip/examples/targetcontrolsandajax/defaultcs.aspx

If you need further assistance, please open a new support ticket and send me a simple, fully runnable demo along with detailed reproduction steps and explanations and I will do my best to help. After that you will be able to apply the same logic from the simple demo in your original application.

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
Tags
ToolTip
Asked by
Ran
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or