After I use server code to open radwindow,
RadWindow selectAccountWindow = (RadWindow)this.Master.FindControl("wndForceSelectAccount");
selectAccountWindow.VisibleOnPageLoad = true;
I am not able to trigger OnClientClose client side javascript. Is there anyway I can trigger OnClientClose happen?
Thanks