Need API Example For SpellCheck

I am using ASP.NET MVC version 14.4.0.15 and I am not finding any good example of the server side code required to do a simple API for SpellChecker. I am seeing plenty of ways to implement this feature on the client side but not much on the server side. I am currently looking at this page: 
https://help.syncfusion.com/aspnetmvc/spellcheck/overview

It appears that Syncfusion requires you to provide a dictionary file.  Is this correct?  If so, do you have any suggestions of how to get something like this? If you could provide an example then that would be great.  

Thank you!

William

3 Replies

KV Karthikeyan Viswanathan Syncfusion Team August 17, 2018 07:18 AM UTC

Hi William, 

Thanks for contacting Syncfusion support. 

Based on your requirement, we have prepared a sample with server side code for spell checker in web API.  


Note: We have included the dictionary files in App Data folder.  

Regards, 
Karthikeyan V. 



WM William Miller August 17, 2018 05:37 PM UTC

Thank you so much for the example project.  It has really made my life much easier.

Unfortunetely I have set everything up like your example and I am finding that I might not have the right version of Syncfusion in order to do this.  When in the view I am getting an error on "@Html.EJ().SpellCheck".  Here is the error message:

'EssentialJavaScriptFor<ViewModel>' does not contain a definition for 'SpellCheck' and no extension method 'SpellCheck' accepting a first argument of type 'EssentialJavaScriptFor<ViewModel>' could be found (are you missing a using directive or an assembly reference?)

When I try to type @Html.EJ().SpellCheck the intellisense does not show SpellCheck but it does show other components that I use.

Any help to resolve this issue would be very appreciated.  Thank you!

William


SK Shanmugaraja K Syncfusion Team August 20, 2018 11:19 AM UTC

Hi William, 
 
Thank you for your update. 
 
We suggest you to use the latest version of Syncfusion assemblies in your end to resolve the reported issue. The SpellChecker control is available only in version 14.2.0.26 or higher. Also make sure that you have referred the “Syncfusion.SpellChecker.Base” assembly in your application. 
 
Regards, 
Shanmugaraja K 


Loader.
Up arrow icon