To increase grid performance working with rather large amount of data you can enable Smart Rendering.
The simplest option is to use it with single loading. In this case entire data will be loaded from server at once and it will not be more attempts to load additional portions of data.
Big advantage of this way is that you manipulate all rows (even those rows which are not rendered yet) with javascript methods of the grid (try to change selected row using links below the grid).
No additional programming is required for existing grids - just enable Smart Redering with the enableSmartRendering(true)
command.