Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grid view in mvc6

How to add grid view in MVC-6?

I would like to use webgrid something for listing the details. Is it possible to use System.Web.Helpers as namespace. But I am not getting it supporting

like image 732
user1597641 Avatar asked Jun 24 '15 07:06

user1597641


2 Answers

This project could fit your requirements, a simple grid control for ASPNET MVC (using Razor): MVC6.Grid.Web

like image 89
Víctor Velarde Avatar answered Sep 23 '22 15:09

Víctor Velarde


You can also try NetCoreControls.

Built specifically for .NET MVC Core. The Grid Control is server side, uses AJAX, and supports, paging, filter and events.

Check the documentation and demo website.

like image 24
João Pereira Avatar answered Sep 22 '22 15:09

João Pereira