I have some pages served by JBoss on a different port so I have to use an http:// url.
In general, can Window show the page delivered by POST ing data to a remote server ?
Thanks,
Richard
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 12 Apr 2012, 11:03 AM
Hi Richard,
In general, the Kendo Window is simply a draggable and resizable <iframe> wrapper, so if you can show something in an <iframe>, then you can use a Kendo Window as well.
Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Thanks Dimo. It turned out that a server routine was producing HTML that was corrupt (the corruption caused the generated HTML to reside inside an html comment.) Lesson learned is use Developer Tools and review captured Network responses.