The simplest way to get RadSpell working is:
- Install the control from the distribution of your choice. For more information about installing Telerik RadSpell check the Installation and Deployment section.
- Add RadSpell to the Visual Studio Toolbox. For more information about how to do that, check Adding Telerik RadSpell to the Visual Studio 2005 Toolbox
- Drag RadSpell from the Toolbox to your page.
- Copy the RadControls folder from the installation folder of Telerik RadSpell to your application. Ensure that the ASPNET (NETWORK SERVICE in Windows 2003) user has enough permissions on that folder. You do not need all of the files in the RadControls folder:
- when RadSpell is used in .NET 1.x applications you need the control scripts, the localization files for the chosen language, the chosen skin folder and the dictionaries for your desired languages.
- when RadSpell is used in .NET 2.0 applications you need the localization if it is different than the default (en-us) and the skin folder if the skin you prefer is different than the default one. In all cases you will need the dictionaries for your desired languages.
- If you do not copy the entire RadControls folder you will need to Register the SpellCheck Handler and the Dialog Handler in your application web.config.
- Set the ControlToCheck property. For more information check the Setting a Control to Check help topic.
- Run your application and enjoy RadSpell.
Please, check the rest of our task based help for more advanced scenarios, involving RadSpell:
Dictionaries Basics
Creating New Dictionaries
Ignoring Words And Fragments
Choosing Spell Check Provider
Localization