Grid - Loading only 1 page data at given time

Is there a way where I can load/prerender the data in grid pagewise? I have a huge dataset. Currently I am using smartrendering, however what the grid is doing is that it is taking too long to load. What I am looking for is – render 100 rows/page. So initially only 100 rows will be rendered. When user clicks on Page 2 then only load the grid with next 100 rows and so on.
I am looking for ways to improve the gird performance. Please suggest.

Thanks

You may try to use the dynamix loading of dhtmlxGrid.
Here are the working examples:
dhtmlx.com/docs/products/dht … nload.html
dhtmlx.com/docs/products/dht … d_dyn.html

Here you can find a detailed tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … ep_by_step