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
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!