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ł
Providing the popupSettings option for the Tooltip will help in scenarios when the application is in fullscreen. Currently, the Tooltip is not shown when fullscreen is enabled:
https://stackblitz.com/edit/angular-t7rt7h-fx47hr
As a workaround the developer can use POPUP_CONTAINER (used to inject the Popup at container) :
https://www.telerik.com/kendo-angular-ui/components/popup/api/POPUP_CONTAINER/
Here is the updated demo:
https://stackblitz.com/edit/angular-t7rt7h-9rvipk
Regards,
Martin
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/.
This would be very useful with Ahead of Time configuration in Angular hybrid application. In this configuration there is a need to point popupSettings container. I belive that many people are using Angular hybrid application, especially when they are migrationg from old angular porjcts.