This is a migrated thread and some comments may be shown as answers.

Pagination based on server data

1 Answer 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rajeev
Top achievements
Rank 1
Rajeev asked on 31 Jul 2013, 07:37 AM
I just want to react if the user is clicking on page forward or page backward. Depending which page command gets executed I want to call my separate functions. In these functions I want to load my datasource (next/prior e.g. 50 entries). 
I don't wan't to use automatic server calls. 
Is there any way to do so?

Best regards
Rajeev kumar pandit

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 31 Jul 2013, 02:51 PM
Hi Rajeev,

 In order to implement this you need to do the following:

1. Enable serverPaging
2. Implement a custom transport where you should do the actual paging (check the third example).

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Rajeev
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or