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

MVVM Gantt tooltip

3 Answers 72 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Anosov
Top achievements
Rank 1
Anosov asked on 18 Jun 2015, 11:21 AM

Kendo Gantt not have in options property "tooltip:null" and data-tooltip not work in Kendo View. Now I use next hack: 

 kendo.ui.Gantt.fn.options.tooltip = null;

 

Please, add in Kendo Gantt options property tooltip.

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 19 Jun 2015, 01:17 PM
Hello,

The gantt widget does have a tooltip property in the options. You can see it in our API reference:
http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt#configuration-tooltip

In order to prevent it from showing you can use the tooltip.visible property:
http://docs.telerik.com/kendo-ui/api/javascript/ui/gantt#configuration-tooltip.visible

Regards,
Bozhidar
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Anosov
Top achievements
Rank 1
answered on 19 Jun 2015, 01:34 PM

Nope... setting "tooltip" from code work fine, coz user self set this property.

Setting property with kendo MVVM engine (kendo.init, kendo.View, etc.) not work.

Initialization from this code:

<div data-role="gantt" data-tooltip="{visible:false}"></div>

not set up property tooltip for init control, because kendo.ui.Gantt widget not have in definition options property with name "tooltip".

 

U can watch source code(screenshot).

Simple resolving - add to options property with name "tooltip", what doing my hack code

 

0
Bozhidar
Telerik team
answered on 19 Jun 2015, 03:27 PM
Hello,

This is a bug in the gantt widget and we will fix it in time for the next internal build. 

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
Anosov
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Anosov
Top achievements
Rank 1
Share this question
or