Тhe FREE Telerik RadFormDecorator is a unique control that provides great skinning capabilities for standard Microsoft form controls like buttons, checkboxes, text areas, fieldsets, scrollbars, etc.
The FREE distribution of RadFormDecorator also includes a TRIAL version of all other controls from the RadControls for ASP.NET AJAX Suite.
The product is provided to you and the community complimentary and is available through electronic download. This complimentary community edition does not come with dedicated support, however, you may access the supplemental support resources (documentation, forums). We hope you enjoy this product and take full advantage of all the resources available to you.
Ok it's not really the editor but rather the "managers". When I open the Documents/image/flash managers they appear behind the RadMenu. I have adjusted the z-index on the RadEditor (style="z-index:9001;") but the result is the same. Shouldn't pop-up editors have their z-index set higher than all other controls by default?
Al

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" DefaultLoadingPanelID="RadAjaxLoadingPanel1">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="radMeasure"> (its radcombobox control)
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="radDisplay" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel1">
<table height="100%" width="100%" border="0">
<tr>
<td valign="middle" align="center">
<asp:Image ID="ImageLoading" Style="margin-top: 40px" runat="server" AlternateText="Loading"
BorderWidth="0px" ImageUrl="../../Includes/RadControls/AJAX/Skins/Default/loading.gif">
</asp:Image>
</td>
</tr>
</table>
</telerik:RadAjaxLoadingPanel>