Hi,
I'm using onread to fetch odata from a backend system.
I also have signalR setup that listens for changes on the objects in the list.
I would like to be able to update a single property of an object when an signalr event is received. I'm aware of the Rebind() method, but this forces the entire list to be loaded again. Since i have a lot of events firing and multiple clients, it would make more sense if i could get the objects from the gridref.Data property and update only the affected record and property.
Think of this as a grid as a stock-ticker overview, where values are updated very frequently.
Do we have a solution for this?
Wim