How do I setup WebDataGrid paging when there are a lots of pages?

[Infragistics] Tony Lombardo / Saturday, February 28, 2009

QuickPages is a method of paging which will give links to a limited number of pages before and after the current page index.   Below is an example of the Paging behavior which is setup to display 3 quick pages along with a "First" and "Last" quick link.  This setup provides the best user experience for paged records which return more than 8 pages of data.

<ig:Paging PagerAppearance="Both" PagerMode="NumericFirstLast" 
    QuickPages="3" PageSize="20" 
    FirstPageText="First" LastPageText="Last" >
</ig:Paging>