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

Kendo UI Grid Virtual Scrolling with Server-Side Paged Data

1 Answer 353 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex Tushinsky
Top achievements
Rank 2
Alex Tushinsky asked on 24 Mar 2018, 04:58 PM

I have a ASP.NET WebAPI service that returns a list of resources 50 at a time.  I have over a million records and cannot return all rows at once.  I would like to use the Kendo UI Grid (latest jQuery version) with virtual scrolling enabled.  I do not want people to have to hit next, next, next in order to see more data. 

I am stuck at how to implement this.  Is there an example of virtual scrolling with a server-paged datasource?  I believe I need a custom transport method and could really use an example to get me started.

Thank you,
Alex

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 27 Mar 2018, 07:15 AM
Hello, Alex,

Thank you for the details.

I can suggest the following article demonstrating how the server paging can be achieved with WebApi and also the Grid configuration:

https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/binding/web-api-server-operations

The example is not with virtual scrolling, but the server side implementation of the paging is the same regardless of the virtual scrolling.

I hope this is helpful.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Alex Tushinsky
Top achievements
Rank 2
Answers by
Stefan
Telerik team
Share this question
or