它是 Asp.Net MVC 2.0 的一部分吗?如果没有,那么 Asp.Net MVC 2.0 是否附带内置的 GridView 支持?
问问题
695 次
3 回答
3
You could use a jQuery grid with MVC .
于 2010-03-07T19:39:26.770 回答
2
Is it part of Asp.Net MVC 2.0.
No. MvcContrib grid is not a part of MVC 2.
If not then does Asp.Net 2.0 ship with in built GridView support?
Yes. The Asp.Net Gridview was introduced with .Net Framework 2.0
于 2010-03-07T19:33:48.960 回答
2
ASP.NET MVC 2 does not have a built in GridView helper. But there are several that can be used, such as the Telerik open source mvc controls, the MvcContrib, and several jQuery options (such as jqgrid). Or you could just render the grid yourself. Or build your own helper.
于 2010-03-07T19:37:31.373 回答