Smart Rendering

To increase grid performance working with very large amoung of data you can enable Smart Rendering mode with dynamical loading of rows from server (already loaded rows remain on client side).
To achieve this you should add the following javascript command:
yourGrid.enableSmartRendering(mode,count);

- and make your server side output records based on incomming parameters:

posStart -the first row in portion
count - number of rows to return