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:
* - in the current sample total number of rows is 2,000 ** - server response is showed down to inform you when new portion loaded