Sezer
asked on 27 May 2022, 09:26 AM
| edited on 27 May 2022, 10:47 AM
hı everyone.
How is pagination done?
Nikolay
Telerik team
commented on 01 Jun 2022, 06:13 AM
Hi Sezer,
The Grid Paging can be configured client or server-side. When using the client-side one the Grid will load all data initially and will allow users to page through the grid without any new read requests. Opposite when using a server-side Paging the grid will load only a certain amount of items and on loading a new page a new read request will be performed to fetch more data.
Here is the official documentation on Grid Paging:
Hi Sezer,
The Grid Paging can be configured client or server-side. When using the client-side one the Grid will load all data initially and will allow users to page through the grid without any new read requests. Opposite when using a server-side Paging the grid will load only a certain amount of items and on loading a new page a new read request will be performed to fetch more data.
Here is the official documentation on Grid Paging:
Also, are you using Kendo UI for jQuery or the Kendo UI for ASP.NET MVC?
Regards,
Nikolay