This is a migrated thread and some comments may be shown as answers.

SignalR

1 Answer 98 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kennet
Top achievements
Rank 2
Kennet asked on 02 Apr 2014, 09:33 AM
Hi,

Is it possible to use SigralR as datasource with GridView?

My case is that the same database is used in my WPF application and in my web. My idea was that SignalR is used for propagating changes done in other ends. (add, delete and moved rows by drag-drop)

I was inspired by this great Kendo example:  http://demos.telerik.com/kendo-ui/web/grid/signalr.html

1 Answer, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 07 Apr 2014, 06:42 AM
Hello Kennet,


Basically SignalR is designed for web applications, and RadGridView for WPF does not support it. 

Currently you can use callbacks and wpf services to implement push updates to a WPF application. 

Hope this makes sense. 

Regards,
Nik
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
Kennet
Top achievements
Rank 2
Answers by
Nick
Telerik team
Share this question
or