function OpenWindow(PID)
{
var wnd = window.radopen("personDetail.aspx?="+PID, null);
wnd.setSize(400,400);
return false;
}
By the above code window will get open once.....after i maximize the window....then we click ...the second window getting open with same url.
I dont want to get second window to be open. The same url to be open maximized window(existing window).
same thing is happing in the below url
http://demos.telerik.com/aspnet-ajax/window/examples/windowmanager/defaultcs.aspx
Thanks,
Satish.
{
var wnd = window.radopen("personDetail.aspx?="+PID, null);
wnd.setSize(400,400);
return false;
}
By the above code window will get open once.....after i maximize the window....then we click ...the second window getting open with same url.
I dont want to get second window to be open. The same url to be open maximized window(existing window).
same thing is happing in the below url
http://demos.telerik.com/aspnet-ajax/window/examples/windowmanager/defaultcs.aspx
Thanks,
Satish.