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

Real Time Data with Angular 2 Kendo Grid...

2 Answers 451 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ATIRAJ
Top achievements
Rank 1
ATIRAJ asked on 27 Jul 2017, 05:06 AM

Can we do the similar with Angular 2 Kendo grid?

http://www.telerik.com/forums/grid---real-time-data-updates

can you please share similar sample for Angular 2 Grid?

2 Answers, 1 is accepted

Sort by
0
ATIRAJ
Top achievements
Rank 1
answered on 28 Jul 2017, 04:47 AM

Please use this URL : 

http://output.jsbin.com/edobuf/1Kendo Grid

 

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:

http://plnkr.co/edit/Gu5D29LYP0KCwSfdaLG9?p=preview

More information about Grid data binding and virtual scrolling is available in the following sections of our documentation:

http://www.telerik.com/kendo-angular-ui/components/grid/data-binding/

http://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/#toc-virtual-scrolling

I hope this helps.

Regards,
Dimiter Topalov
Progress Telerik
Try our brand new, jQuery-free Angular 2 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
ATIRAJ
Top achievements
Rank 1
Answers by
ATIRAJ
Top achievements
Rank 1
Dimiter Topalov
Telerik team
Share this question
or