Hi Guys,
So I have this grid, and when the user selects an item from the grid i would like to bind that data item to a detail view outside the grid.
The idea is that the user could then decide to remove the grid from the page but keep the detail view if they so choose but ultimately they are the same object so a grid row and the detail view share that object.
If either the table or the detail view are updated in any way then both are updated, but also my data source is a SignalR source so both need to be able to accept an update from the hub.
I put together a "broken" jsfiddle showing how far I have gotten so far.
http://jsfiddle.net/g2wYX/
I have noticed there are options like this ... http://www.telerik.com/forums/row-selected-event ... but that assumes I want to go back to the server.
In my case the grid model already locally contains the full detail I need I just want to take a single item and bind that within a simple MVVM detail view.
Also, when a different item from the grid is selected I want that to then rebind the detail view to that item.
Any ideas?
So I have this grid, and when the user selects an item from the grid i would like to bind that data item to a detail view outside the grid.
The idea is that the user could then decide to remove the grid from the page but keep the detail view if they so choose but ultimately they are the same object so a grid row and the detail view share that object.
If either the table or the detail view are updated in any way then both are updated, but also my data source is a SignalR source so both need to be able to accept an update from the hub.
I put together a "broken" jsfiddle showing how far I have gotten so far.
http://jsfiddle.net/g2wYX/
I have noticed there are options like this ... http://www.telerik.com/forums/row-selected-event ... but that assumes I want to go back to the server.
In my case the grid model already locally contains the full detail I need I just want to take a single item and bind that within a simple MVVM detail view.
Also, when a different item from the grid is selected I want that to then rebind the detail view to that item.
Any ideas?