Pagination

Hi,



In case of the pagination with dynamic loading what is the use of the count parameter and how to disable it

Each time when client side need additional rows, it will send request to server side with posStart and count parameters

posStart - index of requestes row
count - minimal count of row which need to be returned

You can return any count of row, but if it will be lesser than count - grid will send additional data request.