I have a requirement to use an editable grid in my MVC3 project. (i.e., the grid needs to add rows, delete rows, edit cells within each row). I’ve tried Telerik but the documentation seems to be primarily MVC2 and I found it difficult to understand. Does anyone know of a decent MVC2 Edittable grid?
Share
Rather than looking for an “MVC Grid” you’d probably have more luck searching for a JQuery (or other javascript grid) that fits your needs. Most MVC grids you will find are merely wrapping a jquery grid in a helper class to make things more convenient for .NET developers. Here are some examples of nice JQuery grids. I’ve personally used Flexigrid and (while documentation is sparse) it is pretty easy to use