This is a migrated thread and some comments may be shown as answers.

Can't see Preview tab in RadEditor

1 Answer 33 Views
Editor
This is a migrated thread and some comments may be shown as answers.
dror riov
Top achievements
Rank 1
dror riov asked on 28 Apr 2011, 12:32 PM
Hello

No matter what i change in the EditModes i always see only the Deisgn and HTML mode.. I never see Preview mode whatever i try.

this is our RadEditor code:
<telerik:RadEditor ID="editEditor" runat="server" Width="100%" Height="650px" ToolsWidth="100%" StripFormattingOnPaste="MSWordNoFonts"
            OnClientCommandExecuting="OnClientCommandExecuting" EnableEmbeddedSkins="true" EditModes="All"
            EnableResize="False" Skin="Web20" OnClientLoad="onEditorLoad" meta:resourcekey="editEditorResource1">

As you can see EditModes is set to "All" but no matter what i change it i always see HTML and Design tabs in bottom of the RadEditor.

Why does this happen?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 May 2011, 01:11 PM
Hello Dror,

Using the provided RadEditor's declaration I was unable to reproduce the problem. You can find attached my test project. Please, modify it so that it starts to show the problem and send it for examination via a new support ticket.

Note that you have code attached to the OnClientLoad and OnClientCommandExecuting events. My suggestion is to detach it temporary and see whether it is causing the problem.
Check also for CSS classes in your page stylesheet which can cause the problem.

Greetings,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
dror riov
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or