Hi
I am having trouble with two windows on a page (maybe?).
I have a page with a grid, and two windows like this:
The second window (RadWindowCurrency) works when the page has just been loaded
but will NOT open in the following circumstances:
1 ) after the first window has been opened and close again
2 ) after there has been a postback of the grid (which is in a separate radajaxpanel)
There is obviously some interaction, but what do you suggest a try to sort this out?
Thanks
Clive
I am having trouble with two windows on a page (maybe?).
I have a page with a grid, and two windows like this:
| <telerik:radwindowmanager ID="RadWindowManager1" runat="server" |
| Title="MyWindows"> |
| <Windows> |
| <telerik:RadWindow ID="RadWindow1" runat="server" |
| NavigateUrl="~/windows/request_list.aspx" OpenerElementID="divRequest" |
| CssClass="windowBody" Animation="None" Left="" Top="" BackColor="#5F6060" |
| Width="450px" Height="300px" |
| DestroyOnClose="False" ReloadOnShow="True" ShowContentDuringLoad="True" |
| Behaviors="Close,Move,Resize" Modal="True" VisibleStatusbar="False" VisibleOnPageLoad="False"> |
| </telerik:RadWindow> |
| <telerik:RadWindow ID="RadWindowCurrency" runat="server" |
| ToolTip="Click to change currency setting" |
| NavigateUrl="~/windows/currency-swap.aspx" OpenerElementID="divChangeCurrency" |
| CssClass="windowBody" Animation="None" Left="" Top="" BackColor="#5F6060" |
| Width="350px" Height="360px" |
| DestroyOnClose="False" ReloadOnShow="True" ShowContentDuringLoad="True" |
| Behaviors="Close,Move,Resize" Modal="true" VisibleStatusbar="False"> |
| </telerik:RadWindow> |
| </Windows> |
| </telerik:radwindowmanager> |
The second window (RadWindowCurrency) works when the page has just been loaded
but will NOT open in the following circumstances:
1 ) after the first window has been opened and close again
2 ) after there has been a postback of the grid (which is in a separate radajaxpanel)
There is obviously some interaction, but what do you suggest a try to sort this out?
Thanks
Clive