This is a migrated thread and some comments may be shown as answers.

[Solved] EnableStandardPopups property

1 Answer 121 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 14 Apr 2008, 10:39 AM
Hi, I am in the process of converting a project to use Prometheus controls and cannot find an equivalent to the RadControls RadWindows property EnableStandarpPopups.

This has been very useful in the RadWindow control to prevent unnecessary rendering of code if the standard popup windows are not required and therefore keeping page size down.

Has this feature disappeared from the Prometheus Window control?

Regards,
Jonathan

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 14 Apr 2008, 02:48 PM
Hello Jonathan,


Yes it was removed from the Prometheus version of the RadWindow control. The reason behind this decision is that with RadWindow for ASP.NET AJAX it is now possible to have separate RadWindowManagers and / or RadWindows on the same page. Since radopen, radalert, radconfirm and radprompt functions belong to the RadWindowManager only, if you want to avoid the rendering of the popup templates, you can use only RadWindow controls in your page and open them with the show() method.
e.g.
var oWnd = $find("RadWindow1");
oWnd.show();




Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or