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

Toolbar Empty Javascript error

2 Answers 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Arthur
Top achievements
Rank 1
Arthur asked on 02 Feb 2012, 01:46 AM
I create the RadEditor in CodeBehind and setup the properties as required. On the output page the Editor appears and all looks fine.However when I click inside the Editor (set to ShowOnFocus) I get a Javascript error and a blank Toolbar. This happens in IE8 and FireFox 8.0.1

Using VS2008 debugger I can see that there are tools added to the EditorToolGroup

I am using v.20011.3.1305.35 of Telerik

Attached are the screen snippets of the output in IE, the text of the Javascript error and a section of the code that establishes the RadEditor.
In the code "re" is the RadEditor.

Hope this is enough for some assistance.

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Feb 2012, 10:01 AM
Hello,

I examine the provided information and it is insufficient to reproduce the problem and debug it.

My suggestion is to isolate the problem in a simple working project and send it for examination via a new support ticket.

You can also try to reproduce the issue with the Default toolbar mode and use it if it works.

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
Arthur
Top achievements
Rank 1
answered on 07 Feb 2012, 04:05 AM
After submitting a new ticket Telerik Support have supplied me with an answer.

I was setting the module and the toolbar in Pre_Render which is too late in the lifecycle to achieve the results I wanted. Setting them in Load solved ny problem.
Tags
Editor
Asked by
Arthur
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Arthur
Top achievements
Rank 1
Share this question
or