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

link|improve this question

62% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Pager is in MvcContrib.UI.Pager namespace.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.