The documentation only shows how to bind to an IEnumerable (which uses linq to page and sort) … but I need to go against a sproc because expressing the query I’m working on with linq is proving to be a bit slow.
Can anyone provide any guidelines or pointers on what’s the best way to do this?
You need to to use custom binding. The linked example shows how to get the current page.