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

Problem with Radtooltip manager

2 Answers 108 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
shah
Top achievements
Rank 1
shah asked on 30 Apr 2008, 07:40 AM

hi,

i have generate a calender dynamically &
i want give tooltip to all the date display in Calender .
the text in the tooltip is also display dynamically...

for that i use radtooltipmanager but it give error like
"can not find Server Control with ID="0-0" .if you need to specify a clientSide element please set  isClientID  to true

the ID="0-0" is calender date ID
& if i set isClientID=true .Radttoltipmanager not fire onAjaxUpdate  function

2 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 01 May 2008, 07:22 AM
Hello shah,
As far as I understand you, you want to tooltipify a specific HTML element of the Calendar control. In this case, you have to add the ID of the HTML element (IsClientId=true as this is a ClientID) to the TargetControls collection of the RadToolTipManager. When the manager is initialized, it will find the element with that ID, and tooltipify it. The only case, when you do not get a tooltip, is the case where you have specified the wrong ID. In case you prepare and send us a simple test page, demonstrating your setup, I can check if my assumption is correct, or in case it is not, research what is the real cause for the problem.

Greetings,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
shah
Top achievements
Rank 1
answered on 01 May 2008, 11:25 AM
HI,

here i send you one demo project .
in this project .i create one calender that is dynamic..& in each column of calender i want to display tooltip
Tags
ToolTip
Asked by
shah
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
shah
Top achievements
Rank 1
Share this question
or