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
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
