SimpleUser
SimpleUser

Reputation: 1351

Asp.net MVC3 and MvcContrib Paging

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;

However, I cannot seem to access Html.Pager? Has this been changed in the latest version of MvcContrib?

Thanks

Upvotes: 0

Views: 383

Answers (1)

Eranga
Eranga

Reputation: 32447

Pager is in MvcContrib.UI.Pager namespace.

Upvotes: 1

Related Questions