I have a 5000 items SORTABLE gridview. It splits them into pages of 20. Everything works perfectly, only looks like $%#%.
I have a pager that looks like:
1 | 2 | 3 | 4 ... 290
(The ... is real and not me being lazy for the sake of the question)
Now, I know for sure that people don't navigate beyond 6-7 pages but I need all the records in the grid for it to sort properly.
So I was wondering if anyone has a design idea what can I do with the pager (or a link to a website that implements it nicely).