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

Custome dictionary path in Radeditor

1 Answer 164 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sambasiva
Top achievements
Rank 1
Sambasiva asked on 13 Jun 2008, 06:08 AM
Hi,

I am using Telerik.Web.UI.dll. For spell checking, the RadEditor using the dictionary files (.tdf files) from the location app_data\RadSpell. 

Is it not possible to define my own custom path for these dictionary files?
I want the dictionary files should be placed in my custome folder inlieu of app_data.

Please suggest me. 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Jun 2008, 07:13 AM
Hi Sambasiva,

You can change the spell's dictionary folder location using the SpellCheckSettings-DictionaryPath property of RadEditor

<telerik:RadEditor ID="RadEditor1" SpellCheckSettings-DictionaryPath="~/TDF" runat="server"  ></telerik:RadEditor>

or the DictionaryPath property of RadSpell:

<telerik:RadSpell ID="RadSpell1" Runat="server" ControlToCheck="TextBox9"
  DictionaryPath="~/TDF" SpellCheckProvider="TelerikProvider"
/>


All the best,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Sambasiva
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or