All, I am using the RadWindow to provide a popup selection for my users. I have the popup working great, and I can refresh the parent page just fine. The one thing I've noticed is that any textboxes on the parent page will lose any data that is in them when I refresh. Shouldn't the normal page lifecycle occur after I run a
.BrowserWindow.location.reload();
from Javascript to refresh the parent page? I tried wrapping the entire page in an RadAjaxPanel, but I have the same problem.
Any ideas?