New to Kendo UI for Angular? Start a free 30-day trial

Templates

You can provide a custom template for the content of the Tooltip.

By default, the Tooltip shows the title attribute value of the anchor element. To customize this content, specify a template for the Tooltip by binding its tooltipTemplate property to a TemplateRef object. To get a template reference, use the #id notation in the template of your component. For more information on referencing templates, refer to the official Angular guide.

Example
View Source
Change Theme:

In this article

Not finding the help you need?