Skip to content
adrian edited this page Aug 11, 2017 · 1 revision

You can easy install the component to you ASP.NET MVC 3/4 project by installing nuget package. In the package manager console (View-Other windows - package manager console) type the following command:

install-package Grid.Mvc

  1. After that installer makes the following changes to your project:
  2. Reference GridMvc.dll - base implementation of Grid.Mvc
  3. Adds Views/Shared/Grid.cshtml, Views/Shared/GridPager.cshtml - views for grid
  4. Adds Content/gridmvc.css - default style sheet for the grid
  5. Adds Scripts/gridmvc.js, Scripts/gridmvc.min.js - Grid.Mvc scripts.

Also you can download binaries and make this changes manually.ually.ownload binaries and make this changes manually.

Clone this wiki locally