Paging display on GridView with a large number of rows

Paging display on GridView with a large number of rows

am 02.04.2008 16:05:32 von zlf

For tables with large number of rows, it is difficult to access the rows
with high page number due to high volume of data. Currently the user is
required to click the "..." link many times to get to each successive table.
Instead of only display few page index, is it possible to make GridView
display all page index?

Thanks

zlf

Re: Paging display on GridView with a large number of rows

am 02.04.2008 16:29:06 von Mick Wilson

On Apr 2, 10:05 am, "zlf" wrote:
> Instead of only display few page index, is it possible to make GridView
> display all page index?
>
> Thanks
>
> zlf

You want the PageButtonCount property of the PagerSettings tag. For
example:




[...]