Consider the following page ...
Run the page. Click on the combobox and the dropdown appears. Click on the datepicker button and the calendar appears.
Now, click on the editor and the toolbar appears, but subsequent clicks on the other 2 controls will, seemingly, fail to display the popups.
In fact, they do display but behind the window.
--
Stuart
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <telerik:radscriptmanager runat="server"></telerik:radscriptmanager> <br/> <br/> <br/> <br/> <br/> <br/> <div> <telerik:RadWindow ID="winDetail" runat="server" Behaviors="None" Left="686px" Height="452px" Top="130px" VisibleOnPageLoad="true" VisibleStatusbar="false" VisibleTitlebar="false" Width="300px" style="margin-bottom: 49px"> <ContentTemplate> <telerik:RadComboBox ID="RadComboBox1" runat="server"> <Items> <telerik:RadComboBoxItem Value="1" Text="Monday"/> <telerik:RadComboBoxItem Value="2" Text="Tuesday"/> <telerik:RadComboBoxItem Value="4" Text="Wednesday"/> <telerik:RadComboBoxItem Value="8" Text="Thurday"/> <telerik:RadComboBoxItem Value="16" Text="Friday"/> <telerik:RadComboBoxItem Value="32" Text="Saturday"/> <telerik:RadComboBoxItem Value="64" Text="Sunday"/> </Items> </telerik:RadComboBox> <telerik:RadEditor ID="RadEditor1" runat="server" EnableResize="false" ContentAreaMode="Div" EditModes="Design" Height="100px" NewLineBr="false" ToolbarMode="ShowOnFocus" ToolsFile="~/App_Data/Editor/ToolsFileLimited.xml" Width="256px"> </telerik:RadEditor> <telerik:RadDatePicker Runat="server"></telerik:RadDatePicker> </ContentTemplate> </telerik:RadWindow> </div> </form> </body></html>Run the page. Click on the combobox and the dropdown appears. Click on the datepicker button and the calendar appears.
Now, click on the editor and the toolbar appears, but subsequent clicks on the other 2 controls will, seemingly, fail to display the popups.
In fact, they do display but behind the window.
--
Stuart
