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

[Solved] Using ToolProviderID causes RadSpell to fail

1 Answer 40 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Wayne
Top achievements
Rank 1
Wayne asked on 04 Jun 2009, 03:08 PM
Hi,

I've got 8 RadEditor's on one page, with 7 of them all pointing at the first one's ID to use it's toolbar. The toolbar itself loads fine, and works as expected. The issue is with the 'Spelling' toolbar button, which when clicked on the first editor displays a list of languages, "English (GB)", as that's all I'm listing under SpellCheckerLanguage. Clicking this then loads the spell checker and it works fine. However, clicking the spelling icon on any of the other 7 editors just displays an empty list of languages, and due to this I can't actually initiate a spell check on them.

If this is a known issue please point me in the right direction, as I've searched the forums to no avail.

Many thanks,
Wayne

1 Answer, 1 is accepted

Sort by
0
Wayne
Top achievements
Rank 1
answered on 04 Jun 2009, 03:50 PM
I've fixed it already, thought I'd post how in case anybody else runs into this!

Inside of my RadEditor tag I was using:

<Languages> 
     <telerik:SpellCheckerLanguage Code="en-GB" Title="English (GB)" /> 
</Languages> 

When I removed that and added:

SpellCheckSettings-DictionaryLanguage="en-GB" 

as an attribute to the RadEditor's tag the problem just went away. :)
Tags
Editor
Asked by
Wayne
Top achievements
Rank 1
Answers by
Wayne
Top achievements
Rank 1
Share this question
or