RadSpell for ASP.NET

What's new Send comments on this topic.
See Also

Glossary Item Box

RadSpell 3.1

  1. Bugfixes

 

RadSpell 3.0

  1. Telerik RadSpell 3.0 package contains one more spellchecking component, called SpellCheckService, used for inline AJAX-based spellchecking.

  2. RadSpell 3.0 has completely new internal structure, which complies with the rest of the RadControls:
    - embedded default skin as a WebResource
    - embedded scripts as WebResources
    - embedded default localization as a resource
  3. When used in .NET 2.0 applications, the control can be configured to avoid references to any external files, except its dictionaries. When used in .NET 1.x applications, the control still needs its RadControls folder, containing its scripts, skins, localization files and dictionaries.
  4. The SpellCheck dialog does not require Session state or Cookies anymore and is much more scalable.
  5. The skinning mechanism is completely new, incorporating the latest tendencies in Telerik RadControls for ASP.NET: semantic rendering, css based layout, etc., which leads to much less generated HTML markup and much better standards compliance.

See Also