I can hide the HTML and Preview options the classic RadEdit control by setting the ShowHtmlMode and ShowPreviewMode properties to false. Can I hide these feature in the new RadEdit for ASP.NET AJAX? How?
I found the solution. The property to show/hide Design, HTML and Preview options is called EditModes.
<telerik:RadEditorID="RadEditor1"runat="server"Skin="Office2007"BackColor="White"EnableResize="False"style="background-color:#FFFFFF"EditModes="Design, Html"/>