I need to implement a better pager in my document libraries. I want to do one of two things. a) override the current pager that is pretty useless and doesn't indicate how many pages exist with something that provides better navigation, or b) write a web part that is very similar to the standard Telerik pager where you have a drop down selection to go to the page you want with a goto first and goto last as well as goto next etc. I would like to be able to place this control at the top and bottom of the Document Library.
Note that I can't use the Telerik SPDataGrid or SPList webparts as they use the taxonomy.dll which is not part of SharePoint Foundation. I have tried this already and I know it works in Standard or Enterprise but not Foundation, which is something that Telerik don't advertise.
If anyone can point me in the right direction on this where I can find code examples etc, I would be most grateful. I have searched high and low for this but not come across a solution as yet.
Thanks Dave
UPDATE: This is the sort of Pager I am looking to create. This one is from an asp.net web application I wrote a couple of years ago using Infragistics controls.
