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

Telerik.Web.UI.SpellChecker.SpellCheckProvider is inaccessible due to its protection level

1 Answer 136 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Laura
Top achievements
Rank 1
Laura asked on 06 Nov 2008, 12:00 PM
Hi
Ive recently swapped using RadSpell.Net2 for Telerik.Web.UI, now i cant seem to access SpellCheckProvider without it telling me its innaccessible due to its protection level. There is no definition for SpellCheckProvider in the SpellChecker class, why is this? Any idea what i need to do here?
Cheers
Laura

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Nov 2008, 03:53 PM
Hi Laura,

You can set the SpellCheckProvider using the code below trough the codebehind:

RadSpell1.SpellCheckProvider = Telerik.Web.UI.SpellCheckProvider.EditDistanceProvider;

I hope this helps.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Spell
Asked by
Laura
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or