server calls with smart rendering

Is there any way to have the grid with smart rendering throttle the calls back to the server basically only fetching a new page when required? Currently it blasts the server requesting page after page so that a 30,000 row grid with 10 per page issues 3000 requests. That’s a bit extreme and there is no real reason the client needs to have all 30,000 rows – in particular when I’m doing server-side sorting.

thanks

David

Please, try to use the dynamic loading of your data.
docs.dhtmlx.com/doku.php?id=dhtm … ep_by_step