In kendo grid paging, when we click the page number it calls the server and returns a set of data. Because of this the performance is very low. Instead, I need to call the server and get 50 rows at a time and the rows should be displayed in five pages in kendo grid.
Can anyone help with this?