up vote 0 down vote favorite
share [g+] share [fb]

I am using the mvc contrib grid and generate the pager like this:

<%= Html.Pager((IPagination)Model) %>

This produces something like this:

Showing 11 - 20 of 200 first | prev | next | last

Is there a simple way to produce something like this which shows 'neighboring pages':

Showing 11 - 20 of 200 first | prev | 1 2 3 4 ... | next | last

In other words to allow the user to 'jump pages'. I hope this makes sense.

Thanks.

Christian

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

MVCContrib's Pager doesn't support this. You could take a look at this blog post for a sample implementation.

link|improve this answer
Thanks Darin. I will have a look at this. – csetzkorn Sep 2 '10 at 10:31
feedback

Your Answer

 
or
required, but never shown

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