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

Current version of grid supports dynamical paging but it has few limitation
        dhtmlx.com/docs/products/dhtmlxG … 8271826000

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.