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