I want to use a DataPager
with a DataGrid
and DomainDataSource
.
I would like to have future pages cache ahead of time. When the user gets, say, five pages off from the last page, I would like another XXXX pages to load. However, I don't want the grid to auto-refresh when parameters (bound to user controls) change, so I have autoload set to false...
Is there a good way to make this work?
Thanks!