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