Hello,
RadWindow is not blocked by popup blockers in the browser. If you find a way to perform this check (which, in my opinion, should not be available as it exposes information about the user's system) you can create a code library project that demonstrates the approach and we will gladly award your efforts with Telerik points. Once you can perform such a check you should simply add it before opening the RadWindow, something like if(popupsDisabled) window.location = theUrl; else radopen(theUrl);
All the best,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.