We want to develop same feature with Angular 2 Grid.
0
Dimiter Topalov
Telerik team
answered on 28 Jul 2017, 10:37 AM
Hello Atiraj,
The Kendo UI for Angular Grid component can be bound to either a regular Array, an object of type GridDataResult, or directly to an Observable via the "async" pipe.
The desired functionality can be achieved by constantly adding new items to the collection the Grid is bound to, while the mechanism these items will be added, depends on the specifics of the scenario.
Here is an example of a Grid with virtual scrolling, bound to local data: