So what's the real story on how to do this. All of the examples I find use Default Paging (HOW does anybody find that acceptable???) but I want to use custom paging. I can't use a GridView because I need more flexibility. The examples I see all use the PagedDataSource class but I can't find one that uses Custom Paging. Am I doomed to have to roll my own paging/sorting solution to avoid the bloatware of the other build-in methods?
+2
A:
I think most people who need this much custom work will reach for a third-party control toolkit, like Telerik, DevExpress, Infragistics, or ComponentOne.
If you want to do it once you'll probably want to do it again, and therefore it's worthwhile to have a quality, re-usable, generic, tested solution available.
Joel Coehoorn
2009-04-07 13:39:36
Any suggestions on which one to use?
Mike C.
2009-04-07 13:42:11
Telerik is good, but it's not free. Telerik has a lot of quite useful controls - at least as long as you don't mind the look-n-feel of Telerik. Personally I think they're little bastards when it comes to skinning/theming them!
Marcus L
2009-04-07 14:25:42
@M. Nilsson: Does the Telerik grid give the developer the flexibility of a Repeater control? I might not always want my records listen in tabular format.
Mike C.
2009-04-07 21:44:23
+2
A:
A simple repeater used for paging where a few page numbers are rendered horizontally is pretty easy to code up and re-use.
Lance Harper
2009-04-07 13:47:01