Can you add property popupSettings with appendTo? Something similar is in kendo date picker: https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/PopupSettings/ It could be placed here https://www.telerik.com/kendo-angular-ui/components/tooltip/api/TooltipDirective/ I placed this in Dialog category, but can you add category tooltip? Best regards, Paweł
Create a TooltipService to control tooltip content and position. See: https://github.com/telerik/kendo-angular/issues/1731
Could you provide a tooltip close event
Thank you
A useful addition to the Tooltip component would be the ability to open it on a specific position defined by X/Y pixel coordinates.
This will allow displaying the tooltip at a concrete pixel as an addition to anchor elements.
Hi,
In its current state, TooltipSettings is missing options like collision, offset, and others that are included in the TooltipDirective:
https://www.telerik.com/kendo-angular-ui/components/tooltip/api/TooltipDirective/#toc-collision
The additional options would be nice to have in the TooltipSettings to allow developers additional control on a global level similar to the TooltipDirective.