I need to use appendTo in the Window component of Kendo UI for Angular. This feature was available in the original jQuery version, any ideas if this is feasible?
<kendo-window [top]="100"
[left]="100"
[appendTo]="'body'" // <-- this throws an exception
[width]="300">
<div>Some Element</div>
</kendo-window>
You can use this directive on the element:
[popupSettings]="{appendTo: popupContainer}"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With