Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 18, 2008 06:39
open dhtmlx forum
Pagination

Hi,

In case of the pagination with dynamic loading what is the use of the count parameter and how to disable it
Answer posted by Support on Oct 20, 2008 02:18
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.