Kendo windows is opened as an Iframe and window URL is on different domain.
Is it possible for the window to resize from itself?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 14 Mar 2014, 03:10 PM
Hello Michael,
Iframes do not resize, according to their content. If you want the Window widget to resize "automatically" in this case, you need to use the widget's refresh event to calculate the dimensions of the page inside the iframe, and set these to the Window wrapper element.