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

Setting eventTemplate on a view seems to kill the tooltip

1 Answer 87 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 30 Jul 2013, 06:20 PM
views: [
{
type: "week",
eventTemplate: "#: kendo.toString(start, \"h:mm tt\") # - #:title#"
},

It seems if I set the eventTemplate the scheduler will no longer render any tooltip.  Can I define a custom toolTip template?  Is it preferred that I inject my own HTML to do this?

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 31 Jul 2013, 07:50 AM
Hello Aaron,

As you may know the tooltip is rendered as title attribute of the default event template's most outer element. Therefore, you should make sure you too are adding such attribute at the appropriate element within your own custom template in order the tooltip to be visible.

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