Hi Jay,
Can you confirm you are actually using the RadControls as the assembly and tags you are using in the markup you pasted are not the from the Telerik.Web.UI.
Nevertheless, assuming this is the RadToolTip - here is the list with modifications needed for this to run properly:
1) make the HTML valid (there was an unclosed div)
2) provide sufficient width for the tooltip (it must account for the callout and padding)
3) show the tooltip with a timeout since you set the target on the client (as explained
here)
4) make sure the ClientID you pass is correct
Here follows the code I use to make it work properly:
the tooltip:
The toolbar:
and the JavaScript:
Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.