Is it possible to have dynamic paging with the Grid component of "Kendo UI for Angular"

1 Answer 285 Views
Grid Pager
Tomas
Top achievements
Rank 1
Tomas asked on 04 Jul 2022, 08:44 AM
We need the possibility to call an A.P.I using paging parameters, thus loading each page of the grid dynamicaly.
Something like passing the total number of entries, then an A.P.I request for each paging event that will respond with the results for that page.
Is there any possibility to do this using the "Kendo UI for Angular" Grid ?

1 Answer, 1 is accepted

Sort by
0
Lance | Senior Manager Technical Support
Telerik team
answered on 05 Jul 2022, 12:45 PM

Hello Tomas,

The Grid supports this scenario, and we already have documentation and a demo that shows how to achieve it. Please visit => Manual Paging - Grid - Kendo UI for Angular (telerik.com)

Note: It will be up to you to implement the code that your API needs. As far as the Grid is concerned, the dataSourceRequest has the information you need to get the specific page. For more information, please carefully read this article that explains server-side paging that supports not only the page number but also filtering, sorting and other operations you need to consider =>  Data Operations - Grid - Kendo UI for Angular (telerik.com)

Regards,
Lance | Manager Technical Support
Progress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.


Tags
Grid Pager
Asked by
Tomas
Top achievements
Rank 1
Answers by
Lance | Senior Manager Technical Support
Telerik team
Share this question
or