I am wondering if anyone has experience with refreshing a grid (no paging involved) on an interval. I would like to refresh every 60 seconds but interested in making it as transparent as possible to the user. I am doing my reads from an API endpoint with JSON returns therefore wondering about the use of .read() or .sync() and preference. This is a read-only grid. I am using the jQuery Kendo grid with ASP.NET Core MVC project.
In addition if you have any examples of web sockets or using ASP.NET Core early releases of SignalR with an ASP.NET Core MVC site that would be amazing.
Thanks.
Doug