我正在寻找一些教程或解决方案,展示如何一次创建具有少量高级功能的Webgrid:每行的分页,排序,编辑和删除按钮,每行的复选框,编辑和删除已检查行的按钮和选择所有按钮.
我知道我可以使用jQuery和点击事件简单地完成所有这些功能.但我正在寻找一些干净的解决方案,这种解决方案以良好的方式制作并尽可能多地使用ASP.NET MVC技术……
解决方法
经过几天的搜索和阅读后,我发现一些值得阅读的宝贵教程和说明,如果你遇到类似的问题:
> Search,sort,paging,insert,update and delete with ASP.Net MVC and bootstrap modal popup PART-1
> Search,update and delete with ASP.Net MVC and bootstrap modal popup PART-2
> Extending the MVC WebGrid with HTML Helpers
> Insert,Update and Delete MVC WebGrid Data using JQuery
> MVC 4 Razor: How to Select / Deselect All Checkboxes inside a Webgrid in ASP.NET Application using C#.NET
> How to delete multiple webgrid rows by using Checkboxes in asp.net MVC 4 Application
> Webgrid Paging,sorting and filtering in ASP.Net MVC
阅读完之后,WebGrid的功能更加清晰简单,而且我对WebGrid的了解要大得多.