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

Load and append more Kendo Grid records as the user scrolls down

2 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
anand
Top achievements
Rank 1
anand asked on 06 Aug 2015, 10:15 AM

I am using kendo grid to populate json data returned from Web API dynamically, fileds are not fixed in this case. I want below functionality:

"Load from Web API and append more Grid records as the user scrolls down in Kendo Grid"

Is there any such feature/ solution available in Kendo UI. Appreciate if any one shares it.

 

 

 

 

 

2 Answers, 1 is accepted

Sort by
0
anand
Top achievements
Rank 1
answered on 06 Aug 2015, 10:37 AM

I tried this link

http://demos.telerik.com/kendo-ui/grid/virtualization-remote-data

but this did not work for me as I am not having data service written exactly as used in the above link.

Could any one share service implementation used in the above link so that I could try same implementation in my Web API which returns full page JSON data for achieving the functionality - "Load and append more Kendo Grid records as the user scrolls down"?

 

0
Kiril Nikolov
Telerik team
answered on 10 Aug 2015, 07:30 AM

Hello anand,

 

If you fetch your data at one you can use the local data virtualization as shown here:

 

http://demos.telerik.com/kendo-ui/grid/local-data-binding

 

If you need an example with WebAPI, please check this:

 

https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/webapi-crud

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
anand
Top achievements
Rank 1
Answers by
anand
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Share this question
or