Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Apr 15, 2008 06:14
open dhtmlx forum
Handel Paging on Ajax Base.Dynamically load data vai paging

Hi,

I want paging.And on click of paging i need to dynamically get data from to the server and put that data in to grid.
So for that i need to call ajax.
so how can i call ajax function to get data dynamically form to the server.and i also want record current index.and
current page info so that i get those record only from DB.

A also have to pass some more paramere while calling ajax to the server.

It there any such support is possible.

Please do need full

Thanks
Answer posted by Support on Apr 15, 2008 07:48
Current version of grid supports dynamical paging but it has few limitation
        http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/pro_paging_dynload.html?un=1208271826000

The path which will be called dynamically set by
    mygrid.setXMLAutoLoading(...
it may contain any additional parameters

In current version the buffering in paging mode is linear.