且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

GridView in MVC 3 in razor engine

更新时间:2023-12-06 12:19:58

你可以用剃须刀使用 WebGrid

请参阅webgrid的这些链接

http:// msdn。 microsoft.com/en-us/magazine/hh288075.aspx [ ^ ]

http://www.dotnetcurry .com / ShowArticle.aspx?ID = 618 [ ^ ]
You can use WebGrid with razor.
Refer these links for webgrid
http://msdn.microsoft.com/en-us/magazine/hh288075.aspx[^]
http://www.dotnetcurry.com/ShowArticle.aspx?ID=618[^]


请使用jqGrid。我们可以将XML,JSON,Array数据绑定到jqGrid.Also还有许多其他功能,例如Paging,Sorting,Master detail等。

http://www.trirand.com/blog/jqgrid/jqgrid.html [ ^ ]
Please use jqGrid. We can bind XML,JSON,Array data to the jqGrid.Also So many other features are there like Paging,Sorting,Master detail,etc..
http://www.trirand.com/blog/jqgrid/jqgrid.html[^]