Hi,
I have two windows, one in master page and another one in content page.
If I put the window above the content place holder in master page, then the rad window of content page's property are not working. Eg, withd, height, skin.
If i put the winodw below the content place holder in master page, then the rad window of master page's property are not working. Please let me know what is the conflict.
Window in Master Page
<telerik:RadWindowManager id="SingletonMaster" runat="server" Skin="Office2007" DestroyOnClose="false" VisibleStatusbar="false">
<windows>
<telerik:RadWindow id="dwFCCScopeFilter"
Skin="Office2007"
ReloadOnShow = "true"
ClientCallBackFunction="CallBackFunction"
OffsetElementId = "txtFCCScope"
Left="5px"
Modal = "true"
Runat="server"
Width="370px"
Height="450px"
Title="FCC Scope">
</telerik:RadWindow>
</windows>
</telerik:RadWindowManager>
Window in Content Page
<telerik:RadWindowManager id="SingletonContent" runat="server" Skin="Office2007" DestroyOnClose="false" VisibleStatusbar="false">
<windows>
<telerik:RadWindow id="dwFxRateEntry"
Skin="Office2007"
ReloadOnShow = "false"
Left="5px"
Modal = "true"
Runat="server"
Width="700px"
Height="600px"
Title="FX Rate Listing">
</telerik:RadWindow>
</windows>
</telerik:RadWindowManager
I have two windows, one in master page and another one in content page.
If I put the window above the content place holder in master page, then the rad window of content page's property are not working. Eg, withd, height, skin.
If i put the winodw below the content place holder in master page, then the rad window of master page's property are not working. Please let me know what is the conflict.
Window in Master Page
<telerik:RadWindowManager id="SingletonMaster" runat="server" Skin="Office2007" DestroyOnClose="false" VisibleStatusbar="false">
<windows>
<telerik:RadWindow id="dwFCCScopeFilter"
Skin="Office2007"
ReloadOnShow = "true"
ClientCallBackFunction="CallBackFunction"
OffsetElementId = "txtFCCScope"
Left="5px"
Modal = "true"
Runat="server"
Width="370px"
Height="450px"
Title="FCC Scope">
</telerik:RadWindow>
</windows>
</telerik:RadWindowManager>
Window in Content Page
<telerik:RadWindowManager id="SingletonContent" runat="server" Skin="Office2007" DestroyOnClose="false" VisibleStatusbar="false">
<windows>
<telerik:RadWindow id="dwFxRateEntry"
Skin="Office2007"
ReloadOnShow = "false"
Left="5px"
Modal = "true"
Runat="server"
Width="700px"
Height="600px"
Title="FX Rate Listing">
</telerik:RadWindow>
</windows>
</telerik:RadWindowManager