Hi, I have a Grid that is bonded to a huge list - with hundreds of elements. The thing is, I want to get only 25 elements from the database for each page of the grid. But, if I do it, I lose the pagination links on the Grid because the page count is equal to the size of the list. What's the common way to handle this?
Regards.