Hi everyone,
I am dynamically creating a static radWindow to appear on a RadPageView within a RadMultipage. The code which creates the radWindow is done entirely within the code-behind, and I am using an AJAX manager.
it all works fine and my RadWindow appears and is displayed where I want it (within a div called "RegistrationFileContainer" which is also within an ASP Panel control which I've hooked up to the AJAX Manager).
However when I click on the other tabs, the radWindow remains in front of the other tabs.
I'm sure there is something simple which I am doing wrong. I've attached my markup code below (the code behind simply creates the window and then adds it to the RegistrationFileContainer Div).
Can anybody help?
Thanks!
Mark
I am dynamically creating a static radWindow to appear on a RadPageView within a RadMultipage. The code which creates the radWindow is done entirely within the code-behind, and I am using an AJAX manager.
it all works fine and my RadWindow appears and is displayed where I want it (within a div called "RegistrationFileContainer" which is also within an ASP Panel control which I've hooked up to the AJAX Manager).
However when I click on the other tabs, the radWindow remains in front of the other tabs.
I'm sure there is something simple which I am doing wrong. I've attached my markup code below (the code behind simply creates the window and then adds it to the RegistrationFileContainer Div).
<!-- Pages --><telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" CssClass="multiPage"> <!-- Registration Information --> <telerik:RadPageView ID="RadPageView1" runat="server"> <asp:Panel runat="server" id="PanelRegistration" CssClass="PagePanel" > <div class="RegistrationFileContainer" runat="server" id="RegistrationFileContainer" /> </asp:Panel> </telerik:RadPageView></telerik:RadMultiPage>Can anybody help?
Thanks!
Mark
