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