I have a RADWindow that I activate from my codebehind like this
this is the definition
When I close the RADWindow the RADCombo boxes on the parent window all freeze ! they can no longer receive focus (so the dont activate the drop down)
Im using Firefox 3.6.15 and Telerik Q1 2010
can anyone help ?
this.ucContactEdit1.PopulateControls(); this.RadWindowManager1.Windows[3].VisibleTitlebar = false; this.RadWindowManager1.Windows[3].VisibleStatusbar = false; this.RadWindowManager1.Windows[3].Width = Unit.Pixel(430); this.RadWindowManager1.Windows[3].Height = Unit.Pixel(310); this.RadWindowManager1.Windows[3].OnClientClose = "closeRadWindow"; this.RadWindowManager1.Windows[3].VisibleOnPageLoad = true;this is the definition
<telerik:RadWindowManager runat="server" RestrictionZoneID="offsetElement" KeepInScreenBounds="True" Modal="True" Animation="Fade" ID="RadWindowManager1" EnableShadow="false" ShowOnTopWhenMaximized="false" Width="425" Height="525" DestroyOnClose="True" Behavior="Default" InitialBehavior="None" OnClientClose="OnClientClose"> <Windows> <telerik:RadWindow ID="RadWindowEditor" runat="server" Width="430" Height="310" VisibleStatusbar="False" Modal="True" KeepInScreenBounds="True" Animation="Fade" > <ContentTemplate> <uc7:ucContactEdit ID="ucContactEdit1" runat="server" /> </ContentTemplate> </telerik:RadWindow> </Windows> </telerik:RadWindowManager>When I close the RADWindow the RADCombo boxes on the parent window all freeze ! they can no longer receive focus (so the dont activate the drop down)
Im using Firefox 3.6.15 and Telerik Q1 2010
can anyone help ?
