I am using the telerik’s RadSpell control and am trying to fire it on the client side using the example shown here:
I get the following error:
Uncaught TypeError: Object [object Object] has no method 'StartSpellCheck'
Thoughts?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try .startSpellCheck() (lowercase s) instead of .StartSpellCheck(). The RadControls for ASP.NET AJAX API methods and properties should always start with a lowercase letter. I noticed that the documentation is for the ASP.NET (classic) and not the ASP.NET AJAX (current) version of RadSpell. The new documentation is available at http://www.telerik.com/help/aspnet-ajax/spell-how-to-launch.html