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

RadEditor is Like Disabled

4 Answers 130 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vuyiswa
Top achievements
Rank 2
Vuyiswa asked on 20 Aug 2010, 08:38 PM
Good Day Admin

i have a radeditor that is defined like this

<telerik:RadEditor ID="txtbody" runat="server" Skin="Sunset">
        <Tools>
            <telerik:EditorToolGroup Tag="MainToolbar">
                <telerik:EditorTool Name="FindAndReplace" />
                <telerik:EditorSeparator />
                <telerik:EditorTool Name="Undo" />
                <telerik:EditorTool Name="Redo" />
                <telerik:EditorSeparator />
                <telerik:EditorTool Name="Cut" />
                <telerik:EditorTool Name="Copy" />
                <telerik:EditorTool Name="Paste" ShortCut="CTRL+!" />
            </telerik:EditorToolGroup>
            <telerik:EditorToolGroup Tag="Formatting">
                <telerik:EditorTool Name="Bold" />
                <telerik:EditorTool Name="Italic" />
                <telerik:EditorTool Name="Underline" />
                <telerik:EditorSeparator />
                <telerik:EditorTool Name="ForeColor" />
                <telerik:EditorTool Name="BackColor" />
                <telerik:EditorSeparator />
                <telerik:EditorTool Name="FontName" />
                <telerik:EditorTool Name="RealFontSize" />
            </telerik:EditorToolGroup>
        </Tools>
        <Content>
</Content>
    </telerik:RadEditor>

when i run my application the Rad-editor, show the toolbar fine, but you cant write anything on in. Its like disabled, the writing does nothing.

Thanks

4 Answers, 1 is accepted

Sort by
0
Rumen Jekov
Top achievements
Rank 1
answered on 20 Aug 2010, 10:33 PM
Hi,

Do you get any JavaScript errors when loading the page with the editor? Is it possible to provide a live URL to the problematic page?

If you are unable to type in the editor, this means that its scripts are not loaded for some reason. For example your antivirus or firewall / websense tool could block its scripts and cause the problem. Try the same page on another PC / laptop outside of your current network and see whether the problem is reproducible.

Regards,
Rumen
0
Vuyiswa
Top achievements
Rank 2
answered on 20 Aug 2010, 10:57 PM
Good Day Admin

I have created a test user name you can use to test it.

My website is www.Vuyiswamaseko.com

login at the top of the page

username:kebam
Password:oops

After you are logged in , click on the menu item "Add Question" and a RadEditor will appear. try to add any text and you will notice that its untypable.

Thanks

0
Accepted
Rumen
Telerik team
answered on 24 Aug 2010, 09:47 AM
Hi Vuyiswa,

I logged to your site and noticed that RadEditor is fully editable and works properly. Did you manage to fix the problem.

Two days ago, when I logged from home to your site I noticed that the problem is due to the ScriptResource.axd is not found error, which means that your application is not configured to run ASP.NET AJAX in the web.config file. You can find information about this error and how to fix it in this article

http://forums.asp.net/t/1090467.aspx

as well as in Google: http://www.google.bg/search?q=ScriptResource.axd+%2B+404+not+found&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Vuyiswa
Top achievements
Rank 2
answered on 24 Aug 2010, 10:08 AM
Good Day Admin

Thanks for your Reply. I am sorry i did not reply before you. I have removed the normal ajax Scriptmanager and added a radscriptManager  and it s fine now.

Thanks
Tags
Editor
Asked by
Vuyiswa
Top achievements
Rank 2
Answers by
Rumen Jekov
Top achievements
Rank 1
Vuyiswa
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or