Search code examples
asp.net-mvcasp.net-mvc-5grid.mvc

Is Grid.MVC compatible with ASP.NET MVC 5?


Before I start messing around with something that doesn't work:

Does Grid.MVC work with ASP.NET MVC 5?

On gridmvc.codeplex.com they just write MVC3/4, but I wonder if anybody tried it with MVC5? You tried it, but it didn't work?


Solution

  • Try this one: http://mvc-grid.azurewebsites.net it is more up-to-date.

    MVC 5:

    Install-Package NonFactors.Grid.Mvc5 
    

    MVC 6:

    Install-Package NonFactors.Grid.Mvc6