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

Refresh a column

2 Answers 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 09 Sep 2008, 09:39 PM
Here's my question:

Person 1 is looking at a RadGrid with 20 rows and a column name of "Units Sold".  

Person 2 is updating the quantity of units sold for an item from one of the rows on another computer. 

Can person 1 see the updated "Units Sold" without rebinding the whole grid? 

Or do we have to rebind the grid using a timer to make it look transparent to person 1?

Something similar to this but not refreshnig the WHOLE Grid.:
http://demos.telerik.com/ASPNET/Prometheus/Controls/Examples/Integration/AspAjaxGridApplication/DefaultCS.aspx?product=grid




2 Answers, 1 is accepted

Sort by
0
Accepted
Veli
Telerik team
answered on 11 Sep 2008, 03:04 PM
Hi George,

Please note that the only mediator between User1 and User2 in the scenario is RadGrid's data source that is updated. Therefore, for User1 to be shown the changes, RadGrid needs to rebind after User2 has modified the data source. This can achieve, as you said, automatically through a timer, but the entire RadGrid needs to be rebound and re-rendered.

Best wishes,
Veli
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mike
Top achievements
Rank 1
answered on 11 Sep 2008, 03:14 PM
Darn it!  Well, I would like to rebind the grid make it look to the user like nothing was refreshed.
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Veli
Telerik team
Mike
Top achievements
Rank 1
Share this question
or