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

Tooltip + Hyperlink

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 05 Sep 2012, 10:47 AM
Hi,

we are using kendo Charts with Charts. Is it possible to create a tooltip with a hyperlink?

Thanks
best regards
rene

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 05 Sep 2012, 12:25 PM
Hi Rene,

In order to achieve this you could set a html <a> tag in the tooltip template. For example:
$("#chart").kendoChart({
    //....
    tooltip: {
       visible: true,
       template: "<a href=\"http://myPage.com\">Visit myPage.com!</a>"
    }
});

 

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
ITA
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or