This question is locked. New answers and comments are not allowed.
Why is the following code not showing the the conentUrl in an IFrame?
It works if I create the Window on the server side. Doing it this way shows the popup Window but with a blank screen.
I am using 2010.3.1318
Thank you,
Philip Fourie
It works if I create the Window on the server side. Doing it this way shows the popup Window but with a blank screen.
$.telerik.window.create({
title: "Selection",
contentUrl: 'http://www.google.com',
modal: true,
resizable: false,
draggable: true,
height: 430,
width: 650,
visible: false,
onClose: function () { }
}).data('tWindow').center().open();
I am using 2010.3.1318
Thank you,
Philip Fourie