Smart Rendering with dynamic loading and buffering
To increase grid performance working with large amount of data you can enable Smart Rendering with dynamical loading of rows from server (already loaded rows remain on client side).
To do this you need to add the following javascript command:
yourGrid.enableSmartRendering(mode,totalRows,bufferSize);
- and make your server side output records based on incoming parameters:
and the total number of rows which is set by total_count attribute in the
Loading portion of data
* - in the current sample total number of rows is 2,000 ** - server response is showed down to inform you when new portion loaded