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
215
Cannot use iGrid with ASPNET MVC 6
posted

When using a very simple example I've got an error "JavaScript execution Error $ is undefined" (It is tanslated from french message)

Index.cshtml ontent

@using Infragistics.Web.Mvc

@model System.Linq.IQueryable<MyApp.Models.Product>

@(Html.Infragistics()

.Grid(Model)

.DataBind()

.Render())

Any suggestions ?

Parents Reply Children