Hello,
I do not know how to use WebSpellChecker in my MVC application, using Razor.
I have added references to the following DLLs: Infragistics.Web.Mvc, Infragistics.WebUI.Shared.V12.2 and Infragistics.WebUI.WebSpellChecker.v12.2
I tried using @Html.Infragistics().WebSpellChecker() and it didn't work. How does one include this control in MVC?
I am using ASP.Net 4.0 with MVC 3. The version for both NetAdvantage and IgniteUI is v12.2.
Hello Cristian,
Thank you for posting in our forum.
The WebSpellChecker is part of the Asp.net control toolset which is meant to be used is Asp.net web forms applications, not in MVC applications.
The controls that can be used in MVC applications using the IG MVC wrapper are the jQuery controls which you can find here:
http://ko.infragistics.com/products/jquery/samples
They’re client side controls which you can define and use in the MVC views via the MVC wrapper contained in the Infragistics.Web.Mvc.dll.
Let me know if you have any questions.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
Hi Maya,
The link you included in your response to Christian's query takes us to IgniteUI HTML5/jQuery product homepage instead of jQuery/samples. Can you confirm if the IG MVC wrappers are still available from IG. If so, could you please include a URL to the samples and any additional code that needs to be added to applications to use WebSpellChecker that we have already purchased for use in ASP.NET apps and now would like to use them as we port our app to MVC.Thank you,