asp.net-mvc 具有排序、分页和搜索功能的 MVC 网格

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14176738/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 02:31:23  来源:igfitidea点击:

MVC grid with sorting, paging and searching

asp.net-mvc

提问by kosnkov

Does anyone know any article or tutorial how to create nice grid for mvc with functions like columns sorting, paging and searching for items inside the grid?

有谁知道任何文章或教程如何使用列排序、分页和搜索网格内的项目等功能为 mvc 创建漂亮的网格?

回答by Umar Abbas

Now the best option is Grid.MVC . which you can download from Nuget. enter image description here

现在最好的选择是 Grid.MVC 。您可以从 Nuget 下载。 在此处输入图片说明

Website :https://gridmvc.codeplex.com/

网站:https: //gridmvc.codeplex.com/

Demo :http://gridmvc.azurewebsites.net/

演示:http: //gridmvc.azurewebsites.net/

Tutorial :http://www.codeproject.com/Tips/597253/Using-the-Grid-MVC-in-ASP-NET-MVC

教程:http: //www.codeproject.com/Tips/597253/Using-the-Grid-MVC-in-ASP-NET-MVC