Hi Geoff,
You can use our spell checker in ASP.NET MVC application as illustrates in the sample MVC 3 Razor project attached to this message. The most important parts of the implementation are highlighted below:
- you can use the AJAX spell checker either in MVC WebForms views or partial WebForms views rendered as part of a MVC3 Razor view (see
this topic for reference). In this case I am using a partial view (ascx) that incorporates the spell
- wrap the AJAX spell inside a form tag with runat=server attribute setting.
- to validate MVC html textbox, ensure that you set the
ControlToCheck property of the spell to the name/id value of the html textbox, and its
IsClientID property to true.
- register the axd handlers required for the spell in the main web.config file of the MVC application as follows:
Note that I also utilize RadSciprtManager in the partial view and registered the common http handler (Telerik.Web.UI.WebResource.axd) used by it and other of our AJAX controls.
Presently we do not have immediate plans to include MVC spell checker control to our Telerik MVC Extensions suite.
Kind regards,
Sebastian
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now