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

Inline spellcheck

5 Answers 102 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 31 Mar 2011, 04:56 PM
I am trying to enable the inline spell check for the editor.  The editor is inside RadGrid / MasterTableView / EditFormSettings / FormTemplate.

The inline spell check doesn't work, but explicit call to the AJAXSpellEdit does work properly.  I have followed the instruction to copy the dictionary files to App_Data/RadSpell, add the handler in web.config.

<telerik:RadEditor runat="server" ID="txtDescription" Width="99%" ToolsFile="Styles/defaultTools.xml" EditModes="Design" Content='<%# Bind("Desc") %>' >
                    <Languages>
                        <telerik:SpellCheckerLanguage Code="en-US" Title="English" />
                    </Languages>
                    <SpellCheckSettings AllowAddCustom="true" SpellCheckProvider="PhoneticProvider" DictionaryLanguage="en-US" />
 
                    <CssFiles>
                        <telerik:EditorCssFile Value="Styles/empty.css" />
                    </CssFiles>
 
                    <Modules>
                        <telerik:EditorModule Name="RadEditorStatistics" />
                        <telerik:EditorModule Name="RadEditorDomInspector" />
                    </Modules>
                </telerik:RadEditor>

5 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 05 Apr 2011, 11:12 AM
Hello Edward,

Do you get any errors when running the spellchecker?

Are you able to run the inline spellchecker by placing RadEditor outside of RadGrid?

What do you mean by calling the AJAXSpellEdit? Is this a function?

If you unable to fix the problem, please isolate it in a simple working project and send it for examination by opening a support ticket. We will examine it and do our best to provide a solution.

Best wishes,
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
Amit
Top achievements
Rank 1
answered on 12 May 2011, 11:42 AM
Hi
I have implemented a rad editor in my web application.
but it is not working for inline spell check.

aspx code as follows


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
   <telerik:RadScriptManager ID="ScriptManager1" runat="server" />
    <div>
        <telerik:RadEditor SpellCheckSettings-AllowAddCustom="true" runat="server" ID="RadEditor1" SkinID="DefaultSetOfTools" Height="515">
            <ImageManager ViewPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
                UploadPaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations"
                DeletePaths="~/Editor/Img/UserDir/Marketing,~/Editor/Img/UserDir/PublicRelations">
            </ImageManager>
        </telerik:RadEditor>
       <%-- <HTMLEditor:Editor ID="Editor1" runat="server" Height="300px" Width="100%" AutoFocus="true" />--%>
    </div>
    </form>
</body>
</html>


i have attached the screen shot for the project format. kindly help

I have 
Thanks
Amit
0
Rumen
Telerik team
answered on 12 May 2011, 11:51 AM
Hello Amit,

You should put the en-US.tdf file in the App_Data/RadSpell folder.

Regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Amit
Top achievements
Rank 1
answered on 12 May 2011, 11:58 AM
Hi

thanks for the reply.
i have placed it in the specified folder only but still not checking the inline spell check with underline of incorrect words.
Thanks
Amit
0
Rumen
Telerik team
answered on 17 May 2011, 01:30 PM
Hi Amit,

Your configuration looks OK and you should not experience the reported problem.

For your convenience I have prepared a simple demo where the spellchecker works fine. Please, test it and if the spellchecker works on your end, compare both projects and find the difference (problem) in the non working one.

All the best,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Edward
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Amit
Top achievements
Rank 1
Share this question
or