Completed
Last Updated: 27 Feb 2015 21:24 by ADMIN
Imported User
Created on: 21 Mar 2013 13:58
Category: Data Source
Type: Feature Request
48
Allow to consume SignalR Hub methods as datasource.
signalR gives the possibility to quasi direct connection to the server side with easy parameter passing and easy implementation.
4 comments
ADMIN
Telerik Admin
Posted on: 01 Apr 2014 15:58
Supported with Q1 2014:
http://demos.telerik.com/kendo-ui/web/grid/signalr.html
DJo
Posted on: 04 Dec 2013 19:54
Our organisation has compared the competing .NET solutions for creating web endpoints (WCF, WebAPI, and SignalR) and concluded that SignalR is the winner in the short and long term. This is supported by advice from our MS advisor who insists that for most applications SignalR is the best solution. However there is no way to create a Kendo UI datasource that will consume a SignalR endpoint. Adding this feature is a must-have requirement for the next release.
Imported User
Posted on: 19 Jul 2013 08:13
SignalR can be used only to signal datasource that specific row has been added, edited or removed. This way we would get minimal traffic in SignalR and with knowing which record changed datasource could be updated manually or automatically. This would be nice feature.
Look at this demo: http://www.jtable.org/RealTime wouldn't it be nice to have this feature for all datatsources? Grid is most obvious idea for usage, but all controls would benefit from SignalR support. It don't have to be build in inside KendoUI, support for SignalR could be added as extension. If You won't need it then You won't include it.
+1 from me, but it should be an extension. KendoUI can't have all features that we request build-in, but they can be added as extensions :)
James
Posted on: 05 Jun 2013 00:30
SignalR is an RPC framework designed for invoking methods, not transferring large amounts of data surely that would kill the service bus bandwidth/connection bandwidth of the server?? -1 for me.