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

Radtooltipmanager client api availability in version 2009.1.402.2?

1 Answer 40 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 30 Jun 2009, 10:27 AM
Hi,

I checked the demo from below and tried in my version 2009.1.402.2.  However, when i have the line tooltipManager.createToolTip(element), it throws JS error saying there is no such a supported property or method in the line of code which debugger stops there

createToolTip(_13,_14,_15)  {var _16 = _13.getAttribute("title");

getAttribute breaks the code.  Any idea?

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


If 2009.1.402.2 version doesn't support this new feature, how can i achieve the client side tooltip creation for tooltipManager?  Thanks for any help.

Chris

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 03 Jul 2009, 12:01 PM
Hello Chris,

The createToolTip method is implemented in the 2009.1 402 version of the controls and that is why this cannot be the reason for the problem. The only thing I can assume that might be causing the issue is that your element is null - please test this by e.g alerting the argument you provide to the createToolTip method and see whether it is an object or null.

In case this does not help, I will really need to examine your code in order to debug it and find the reason for the issue. In case you need further assistance, please open  a new support ticket and send me a sample, fully runnable reproduction demo there along with detailed reproduction instructions and I will do my best to help.

Sincerely yours,
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
Chris
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or