public showTooltip(e: MouseEvent): void {
const element = e.target as HTMLElement;
if (element.nodeName === 'LI') {
this.tooltipDir.toggle(element);
} else {
this.tooltipDir.hide();
}
}
In this StackBlitz example, tooltip is displayed when you hover over the ToolBarDropDownButton items.
Additionally, I noticed that you have a Kendo UI - Priority Support license that comes with a 24 hour response time. To take advantage of this, please submit a support ticket in the future.
I hope this information helps. Please let me know if I can further assist you.
Regards,
Hetali
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.