QuickPages style of UltraWebGrid pager offer a good navigation when there are too many pages to display at once. But number of displayed links is inconsistent, since you specify how many pages to display ahead and behind of current one. So for example if that number is 5 and you're on the 1st or the last page - you see 6 links. If you're in the middle - you see 11.
Is there a way to always display static number of pages? For example if you're on the 1st page in the example above - you see links to pages 1 thru 5. If you're on 10th page - you see 2 links behind, current page and 2 links ahead - totaling again 5 pages.
Thanks!
Got it. If anybody is interested in the solition, here it is: Displaying consistent number of links in Infragistics UltraWebGrid Pager.