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

Incorrect rendering of RadEditor - getting extremely wide

1 Answer 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Asutosh
Top achievements
Rank 1
Asutosh asked on 13 Mar 2011, 10:16 AM
Hi All

When i am trying to edit the RadEditor which is inside the Form Template of a Radgrid for the first name, the Editor goes outside the form and its becoming too much wide.

Please see the video here Radeditor breaking width

This is happening for when running inside IE8, in FF it is working perfectly.

I have tried fixing with following code also but its not working..

function OnClientInit(editor) {
     var editorWidth = editor.get_element().style.width;
      
     editor.add_firstShow(function() {
         editor.get_element().style.width = editorWidth;
     });
 }

Thanks
Asutosh

1 Answer, 1 is accepted

Sort by
0
Asutosh
Top achievements
Rank 1
answered on 14 Mar 2011, 07:01 AM
I solved this problem by following this post

Thanks
Asutosh
Tags
Editor
Asked by
Asutosh
Top achievements
Rank 1
Answers by
Asutosh
Top achievements
Rank 1
Share this question
or