Click here to Skip to main content
15,912,837 members

Comments by Member 10261817 (Top 1 by date)

Member 10261817 16-Jun-14 2:04am View    
Opening Radwindow inside the user Control, user controls also gets open in Radwindow using function:
function View(id) {
var oSRFWin = GetRadWindow().get_windowManager();
setTimeout(function () {
SRFpopup = oSRFWin.open("/Project.aspx?ID=" + id, "win1");
oSRFWin.set_destroyOnClose(true);

}, 0);
}