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

Issues with Tool Tip

1 Answer 58 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 09 Jun 2009, 10:48 AM
Hi i have 3 issues with the tooltip control

I have been looking through this demo http://demos.telerik.com/aspnet-ajax/tooltip/examples/targetcontrolsandajax/defaultcs.aspx

and have gotten the concept of it

but 1 i want to use a control to pass through the value for the tool tip

2 im getting the control collection cannot be modified because the control contains code blocks when i add this to the ajax manager 
<telerik:AjaxUpdatedControl ControlID="RadToolTipManager1" /> 
 
3 when i dont have the above line of code in i get  an invalid arguement on this line
this._popupElement.style.zIndex=this._zIndex; 

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 12 Jun 2009, 09:05 AM
Hello Kevin,

Straight to your questions:

  1. I am not completely syre what exactly you mean by "i want to use a control to pass through the value for the tool tip" - in case you mena that you want to pass a control's value to the user control, loaded in the tooltip, you can do this in teh very same manner as shown in teh linked demo.
  2. The error you describe is thrown most probably by teh fact that you have some scriptrs on teh page which are in the head - try one of the following to resolve the issue:

    1. Wrap the whole script in a RadCodeBlock control.
    2. Move teh script in teh form, under the ScriptManager declaration.
  3. I am not sure what exactly causes teh problem since it does not reproduce in our demo. I assume that it is most probably related to some ajax settings but in order to investigate the setup further I will need to examine it locally.

In case the problems persist, please provide more explanations of teh differences between your code and the code of the demo and also provide some code snippets.

 Greetings,
Svetlina
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
Kevin
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or