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

Problem with Rad Editor

2 Answers 98 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 31 Oct 2011, 10:17 AM
hi,
i face a problem with rad editor in IE 9.
currently i am using 2011.1.315.40 asp.net ajax version.i put a rad editor in jquery dialog but when i open the dialog i can't  change the content of rad editor and it become a read only.
i also used following syntax:
<meta http-equiv="X-UA-Compatible" content="IE=8" /> but it not work.
i also attached a snapshot.
please give me solution.
thanks in advance

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 31 Oct 2011, 02:33 PM
Hello Mahesh,

I am aware of a similar problem which is logged in the following PITS item: http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/4889, e.g.

FIX RadEditor is unusable when inside a control containter of RadWindow

If you use RadWindow to display a RadEditor instance the buttons in RadEditor do not work (rendering it unusable). The issue only arises when RadWindow is used as a control containter (i.e. the RadEditor is within the <ContentTemplate> of RadWindow).

To fix the problem you must execute the onParentNodeChanged() method of the RadEditor object after it is shown.


Here is the sample project: http://www.telerik.com/ClientsFiles/291003_UnusableEditorFIX.zip

My suggestion is to fire the editor.onParentNodeChanged() method when loading the dialog.

If you still experience the problem, please, isolate it in a simple working project and send it for examination.

Kind regards,
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
Mahesh
Top achievements
Rank 1
answered on 01 Nov 2011, 08:17 AM
hey it's work fine thanks for solution.
A sample project that you provided help me to solve problem.
Tags
Editor
Asked by
Mahesh
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Mahesh
Top achievements
Rank 1
Share this question
or