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

Virtualization of Remote Data - Server Side Service Requirements

4 Answers 140 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 30 Mar 2015, 02:24 PM
I have a requirement to put a large amount of data into a Kendo UI grid and want to have the best performance possible.  I reviewed the Virtualization of Remote Data example at http://demos.telerik.com/kendo-ui/grid/virtualization-remote-data .  What are the specs/requirements for the server-side service that will provide the data to be consumed by the grid?  I only see sample client-side code(JavaScript).  Please advise, thanks.

4 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 01 Apr 2015, 08:21 AM
Hello John,

Basically the service should be able to perform paging based on skip and take parameters that the DataSource sends.

You may check the examples in this GitHub repository. Server side implementation performs paging.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
John
Top achievements
Rank 1
answered on 01 Apr 2015, 02:12 PM
Hi.  You mention skip and take parameters that the DataSource sends to the back-end REST service.  Where can I find this documented?  I don't see it in the API Reference for the DataSource.  Also, I am using JEE REST services on the back-end written in Java.  The ASP examples in the link you sent me weren't real helpful to me.
0
Alexander Valchev
Telerik team
answered on 03 Apr 2015, 08:22 AM
Hello John,

Parameters are described in serverPaging API reference:
I am afraid that we do not have examples which demonstrates binding to the backend technology that you use.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
John
Top achievements
Rank 1
answered on 06 Apr 2015, 07:28 PM
Thanks.  That was just what I needed.
Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
John
Top achievements
Rank 1
Share this question
or