Paging display on GridView with a large number of rows

Z

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
 
M

Mick Wilson

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:

<asp:GridView ID="..." [...]>
<PagerSettings Position="TopAndBottom" PageButtonCount="35" />
<Columns>
[...]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top