If you go to your demo and run http://demos.telerik.com/aspnet-ajax/spell/examples/phoneticalgorithm/defaultcs.aspx
please do the following: enter the word Tresting
Phonetic won't give you a testing suggestion
while edit distance does give me testing suggestion.
ok so I go back to my code and add the edit distance based spelling search to my rad editor. But this does not work. When I search I do not get the testing suggestion. It gives me the same suggestions as the Phonetic based search. Please help, thanks.
please do the following: enter the word Tresting
Phonetic won't give you a testing suggestion
while edit distance does give me testing suggestion.
ok so I go back to my code and add the edit distance based spelling search to my rad editor. But this does not work. When I search I do not get the testing suggestion. It gives me the same suggestions as the Phonetic based search. Please help, thanks.
<telerik:RadEditor runat="server" ID="retNotesEditor" SkinID="BasicSetOfTools" Height="400px" OnClientLoad="OnClientLoad" SpellCheckSettings-SpellCheckProvider="EditDistanceProvider" spell>
<Content>
</Content>
</telerik:RadEditor>
