I’ve just published a blog post over at Ext.NET about using SignalR with Ext.NET
What is SignalR? Checkout this great video from Scott Hanselman:
In the video there is an example there of a stock ticker built with SignalR. As that project is on GitHub, I forked it to use the same data but update an Ext.NET GridPanel instead.
So the table in this screenshot
… becomes this:
Look at the forked project on GitHub.
Read more details about this on the blog post I wrote over at Ext.NET