您的位置:首页 > 编程语言 > ASP

A Multipart Series on Grids in ASP.NET MVC

2013-08-21 19:37 211 查看
A Multipart Series on Grids in ASP.NET MVC
Displaying a grid of data is one of the most common tasks faced by web developers. This article series shows how to display grids of data in an ASP.NET MVC application and walks through a myriad of common grid scenarios, including paging, sorting, filtering, and client-side enhancements.

Displaying a Grid - this inaugural article walks through building the ASP.NET MVC demo application and retrieving and displaying database data in a simple grid.

Sorting a Grid - learn how to display a sortable grid of data.

Paging a Grid - shows how to efficiently page through a grid of data N records at a time.

Filtering a Grid - see how to create a filtering interface to limit what records are displayed.

Sorting and Paging a Grid - learn how to display a grid that is both sortable and can be paged.

Sorting, Paging, and Filtering - shows how to display a grid that is sortable, pageable, and filterable.

MvcContrib Grid - see how to use the free, open source MvcContrib Grid to display a grid of data.

http://www.4guysfromrolla.com/articles/121510-1.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: