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

Call to RadEditor inside updatepanel

1 Answer 54 Views
Editor
This is a migrated thread and some comments may be shown as answers.
rodusa
Top achievements
Rank 1
rodusa asked on 05 Mar 2009, 07:04 PM
When I call via server side RadEditor which is inside a standard update I get an error in Firefox 3.0 as below. Does it need to be inside a RadUpdatePanel?

 Reditor.Controls.Add(r);
[Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: chrome://snipit/content/snipitOverlay.js :: anonymous :: line 150" data: no]
this._upperAbbrMonths = this...s.dateTimeFormat.AbbreviatedMonthNames);

This the server side code:
        protected void btEditor_Click(object sender, EventArgs e)
        {
            Telerik.Web.UI.RadEditor r = new Telerik.Web.UI.RadEditor();
            r.Width = 740;
            r.Height = 600;
            r.ID = "RadEditor1";
            
            Reditor.Controls.Add(r);
}

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Mar 2009, 12:50 PM
Hello Rodusa,

I am not aware of this error, but could you please tell us whether the editor is still fully operational after receiving this error in Firefox? Are you able to edit the content and apply formatting? Do the dialogs work as expected?

If the editor is not editable, could you please open a support ticket and send a sample working project that demonstrates the issue. I will examine it and try to provide a solution once I am able to recreate the problem.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
rodusa
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or