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

Gantt Tooltip ignoring tool tip properties?

1 Answer 147 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 04 Feb 2016, 08:27 PM

If I try to use tooltip properties described here:
http://docs.telerik.com/kendo-ui/api/javascript/ui/tooltip

 

In the Tooltip section of the Gantt configuration they get ignored?

 For example the Height property is ignored?

gantt = $("#gantt").kendoGantt({
            tooltip: {
                visible: true,
                height: 800,
                template: kendo.template($("#task-template-gantt-tooltip").html())
                //template: "#= task.title #"
            },

 I really want to be able to display a clickable link in the tool tip.  However when the mouse goes to click the link the tooltip goes away.

From the tooltip docs I think doing this would solve my problem:
autoHide: false,
showAfter: 3,
showOn: "mouseenter"

How on the gantt when a user hovers over the task can i display a tooltip that stays when they mouseover the tooltip?

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 05 Feb 2016, 07:11 AM
Hi,

What you are refering to is the documentation for the tooltip standalone widget. In order to configure the built-in tooltip of the gantt widget you have to follow the instructions from the following article:
http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt#configuration-tooltip

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