Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use appendTo in Kendo UI for Angular window component

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>
like image 810
ps0604 Avatar asked Feb 17 '26 01:02

ps0604


1 Answers

You can use this directive on the element:

[popupSettings]="{appendTo: popupContainer}"
like image 167
Игорь Сорокин Avatar answered Feb 19 '26 15:02

Игорь Сорокин



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!