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

Realtime Charts

3 Answers 83 Views
Chart
This is a migrated thread and some comments may be shown as answers.
subu
Top achievements
Rank 1
subu asked on 28 Jun 2012, 06:10 PM
Data in the database changes due to inserts and updates made by several users. The Silverlight Front end Charts, when the user in on a reports page, which shows the Graphical representation SHOULD SHOW IN REAL TIME the changes in the database. NOT A TIMER. Can we do this? If so, kindly show documentation on this.
Thank you,
Subu Mysore

3 Answers, 1 is accepted

Sort by
0
Bartholomeo Rocca
Top achievements
Rank 1
answered on 03 Jul 2012, 03:24 PM
Hello Subu,

Based on your description it seems you are trying to implement some kind of push notification mechanism in Silverlight -- you can check this article here to get you started. Also, I would still recommend going over the RadChart databinding help articles here to familiarize yourself with the basic concepts as well.


Greetings,
Bart.
0
Mads
Top achievements
Rank 1
answered on 11 Dec 2012, 01:10 AM
Hi,

Thanks for the links. I am looking to do something similar.
So lets say that you build a WCF Service that expose data and pushes at a given interval. Will you be able to exerience real time chart push/updates on Kendo UI Chart while viewing this on an iOS device?

//Mads...


0
Alexander Valchev
Telerik team
answered on 13 Dec 2012, 03:09 PM
Hello Mads,

KendoUI Charts are designed to work with local or remote Json/XML data received through standard Ajax requests. As I understood it you would like to use a different approach - push mechanism which is not supported out of the box.

In other words if you are able to retrieve successfully the data on the client, you should use the dataSource API methods to manually modify Chart's data - once the DataSource is changed the widget will automatically refresh.

If your aim is to create a hybrid mobile application with KendoUI Mobile and DataViz Charts you should use PhoneGap (Cordova). For more information please check the KendoUI Mobile FAQ section.
I believe that you may also find this tutorial helpful.

Kind regards,
Alexander Valchev
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart
Asked by
subu
Top achievements
Rank 1
Answers by
Bartholomeo Rocca
Top achievements
Rank 1
Mads
Top achievements
Rank 1
Alexander Valchev
Telerik team
Share this question
or