I have defined the RadWindowManger, and RadWindow like the following:
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" DestroyOnClose="true" Opacity="99" RegisterWithScriptManager="true" <BR> ReloadOnShow="true" Behaviors="Close" Modal="true" VisibleOnPageLoad="false" Skin="Hay" AutoSize="true" <BR> ShowContentDuringLoad="false"><BR><Windows><BR> <telerik:RadWindow ID="Window1" AutoSize="false" Height="650px" Width="550px" runat="server" Behaviors="None"></telerik:RadWindow><BR> <telerik:RadWindow ID="Window2" AutoSize="false" Height="650px" Width="1000px" runat="server" Behaviors="Close,Resize"></telerik:RadWindow><BR></Windows><BR></telerik:RadWindowManager>When I open the window the first time, it works correctly. I then close the window, and try to open the window a 2nd time. It now ignores the specific <telerik:Radwindow> settings, and uses the settings in the <telerik:RadWindowManager> instead. Any work around for this (2009q3)?
window.radopen("MyCoolPage.aspx", "Window1");
Thank you.