开发者

Asp.net MVC3 and MvcContrib Paging

开发者 https://www.devze.com 2023-03-23 08:07 出处:网络
How do I get the paging to work on MvcContrib.grid?I have the latest version of MvcContrib downloaded and also the following in my view.

How do I get the paging to work on MvcContrib.grid? I have the latest version of MvcContrib downloaded and also the following in my view.

@using MvcContrib.UI.Grid; @using MvcContrib.Pagination;

开发者_JAVA百科However, I cannot seem to access Html.Pager? Has this been changed in the latest version of MvcContrib?

Thanks


Pager is in MvcContrib.UI.Pager namespace.

0

精彩评论

暂无评论...
验证码 换一张
取 消