I'm new to C# and .Net.
I want a realtime update of a Grid without having to poll the backend.
It seems that SignalR is a popular approach in the .Net world for pushing data to the client.
I couldn't find a SignalR adaptor example for sfDataManager. I would have thought that realtime updates would be a popular request.
Would the best approach be to create an ObservableCollection based on SignalR and pass it as the DataManagerRequest parameter into a custom adaptor's Read method?
As a feature request, it would be nice to see SF create an adaptor for SignalR. Perhaps I'm missing a better approach to achieving realtime/push updates to SF components. Any advice would be greatly appreciated.
Thanks,
S.