RadSpell for ASP.NET

RadSpell Send comments on this topic.
Telerik.WebControls Namespace
See Also  Inheritance Hierarchy

Classes

ClassDescription
InvalidCustomDictionarySourceException  
RadSpell Telerik RadSpell
SpellChecker  
SpellCheckError Contains the information about a spellcheck error. The most important properties are the mistaken word and its offset in the source text.
SpellCheckErrors A collection that stores SpellCheckError objects.
SpellCheckErrors.SpellCheckErrorEnumerator  
SpellCheckHandler  
SpellCheckService  
SpellCheckValidator SpellCheckValidator validates a form based on a RadSpell control. It can be used to enforce spellchecking before form submission. The ControlToValidate must be set to the ID of a RadSpell control. The RadSpell control should be separately set up with a control to check and other options.
SpellDialogControl  
SpellDialogControl.DialogTemplate  
SpellDialogDefinition  
SpellDialogParameters  
TelerikSpellCheckProvider Summary description for TelerikSpellCheckProvider.
TextWord  
WordAdapterLoader  

Interfaces

InterfaceDescription
ICustomDictionarySource A custom interface that defines the access to the custom dictionary. It can be used to replace the custom dictionary storage mechanism and store the words in a database or on a remote computer.
ISpellCheckProvider ISpellCheckProvider interface -- defines the behavior that we need from a component to do spell checking.
ITextWord  

Enumerations

EnumerationDescription
ButtonType  
FragmentIgnoreOptions  
SpellCheckProvider The spellcheck provider enumeration.
WordIgnoreOptions  

See Also