Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
WebSpellChecker in ASP.Net MVC with Razor
posted

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.

Parents
No Data
Reply
  • 29417
    Verified Answer
    Offline posted

    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://www.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://www.infragistics.com/support

     

Children