Hi,
Our requirement is to implement server-side paging in Kendo Grid. I know that it can be achieved if we specify the Url in the datasource and Url will be automatically called with the proper page and pageSize. However, in our application, we don't have any specific Url. We are fetching the data using IBM Worklight adapters. We can call these adapters only using a JavaScript function. We can pass the page number and page size to these adapter javascript calls.
Is there any way to configure the grid so that a JavaScript method can be called automatically when ever the user requests for a new page?
Could you please help me.
Thanks,
Pavan.
Our requirement is to implement server-side paging in Kendo Grid. I know that it can be achieved if we specify the Url in the datasource and Url will be automatically called with the proper page and pageSize. However, in our application, we don't have any specific Url. We are fetching the data using IBM Worklight adapters. We can call these adapters only using a JavaScript function. We can pass the page number and page size to these adapter javascript calls.
Is there any way to configure the grid so that a JavaScript method can be called automatically when ever the user requests for a new page?
Could you please help me.
Thanks,
Pavan.