This question is locked. New answers and comments are not allowed.
Dear all,
I am creating window on client side and loading view inside that.It is working in firefox but internet and chrome showing a blank window...
var popup1 = $.telerik.window.create({
title: title,
modal: true,
width : 800,
height: 561,
draggable: true,
visible: false,
html: '<iframe id="frm" frameborder="0" width="800" height="560" src ="' + GetControllerPath('Student/' + url + '?student_person_id=' + id) + '></iframe>',
onClose: function (e) {
$('#StudentProfileGrid').data('tGrid').rebind();
}
}).data('tWindow');
popup1.center().open();
best rgds
Azeheruddin khan
I am creating window on client side and loading view inside that.It is working in firefox but internet and chrome showing a blank window...
var popup1 = $.telerik.window.create({
title: title,
modal: true,
width : 800,
height: 561,
draggable: true,
visible: false,
html: '<iframe id="frm" frameborder="0" width="800" height="560" src ="' + GetControllerPath('Student/' + url + '?student_person_id=' + id) + '></iframe>',
onClose: function (e) {
$('#StudentProfileGrid').data('tGrid').rebind();
}
}).data('tWindow');
popup1.center().open();
best rgds
Azeheruddin khan