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

RadEditor rendering issue inside the radGrid

3 Answers 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rey
Top achievements
Rank 1
Rey asked on 09 Jul 2012, 03:13 PM
Hello: 
I have an rendering issue with the radeditor inside the radgrid control editform.  please see the attached image when I copy and Paste data from an excel sheet, I face the rendering issue. Same information repeats please see line item 3 or 4. and also the table tab appears  out of alignment.

  <EditFormSettings EditFormType="Template">
                <FormTemplate>
                  <telerik:Radeditor runat="server" ID="RadEditor1" SkinID="BasicSetOfTools" ToolsFile="BasicTools.xml"     Height="500px"              Content='<%# Bind("ExtractionProcedure") %>' >
</telerik:Radeditor>
    </FormTemplate>
            </EditFormSettings>
        </MasterTableView>

Please advice!!!

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Jul 2012, 10:20 AM
Hello,

You can experience this problem only when the content area of RadEditor is rendered as a DIV, e.g. when the ContentAreaMode property is set to "Div".  The problem is due to that the pasted content contains some global CSS styles that breaks the appearance of the HTML elements on the page and in particular the composite HTML elements of RadEditor.

To fix the problem you can render the content area as an IFRAME by setting ContentAreaMode="iframe".

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Sergiu
Top achievements
Rank 2
answered on 26 Jul 2012, 05:40 PM
Hello, I am having a similar issue where the RadEditor instance placed inside an EditItemTemplate of a RadGrid instance will bleed through the iFrame on Firefox and Chrome (latest versions) while working as expected in IE9... Any thoughts?
0
Rumen
Telerik team
answered on 30 Jul 2012, 04:05 PM
Hello,

Can you please send a screenshot of the problem?

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Rey
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sergiu
Top achievements
Rank 2
Share this question
or