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

[Solved] Advanced Databinding

3 Answers 143 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vasiliy
Top achievements
Rank 1
Vasiliy asked on 18 Jun 2008, 05:25 PM
Hello,

We would like to update the RadGrid with new data as it arrives to the server.

We see two alternatives to this:
1. The client issues a request to the server (in the background using the XMLHTTP request object). The server responds with a long running connection supplying the data while keeping the connection open. The RadGrid should then be updated with new rows as the data comes in so that the user gets a nice and responsive experience. This way we can continue to push data from the server over time.

2. The client polls the server for new data since last poll (again in the background). Again the RadGrid is updated with the new rows.

First, is it possible without full reload of grid? Second, is it possible generally?

Vasiliy

3 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 19 Jun 2008, 06:43 AM
Hi Vasiliy,

Please check my blog post about client-side data-binding from web service.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Vasiliy
Top achievements
Rank 1
answered on 20 Jun 2008, 11:33 AM
This is what I need. 
Thank you!
0
Vasiliy
Top achievements
Rank 1
answered on 20 Jun 2008, 11:33 AM
This is what I need. 
Thank you!
Tags
Grid
Asked by
Vasiliy
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Vasiliy
Top achievements
Rank 1
Share this question
or