Example of Razden grid with SignalR

Hi, I was wondering if there is an example of using the razden grid with signalr?

And help appreciated.

Hi @carle,

Not sure what you mean. Server Blazor itself is implemented using SignalR.

We have a signalr service hosted in azure that publishes messages, I would like to have an example of a razden grid that consumes those messages and puts them into a grid.

Radzen DataGrid can consume any IEnumerable<> set as Data property.

@carle, did you ever get this resolved?
I'm also looking to understand how to subscribe a Radzen application to another messaging hub perhaps to make the application "responsive".