Hi
Please add SignalR support for grid and other controls similar to Kendo UI for jQuery.
Thank you
Hello, Glen,
Thank you for the request.
Please have in mind, that we have to take this into a discussion as the components only display data and to not keep internal state for the data. This is based on the React best practices for state immutability.
I can suggest checking the official approach to use React with SignalR:
https://codingblast.com/asp-net-core-signalr-chat-react/
The same approach can be used with the Grid by binding it to the state value which will receive the new data.
Regards,
Stefan
Progress Telerik