10 Answers, 1 is accepted
0
Hello,
George
the Telerik team
Attached you can find a sample how to use the RadDocking control with MVVM pattern. Unfortunately, we don't have an example with Caliburn.
I hope this helps.
George
the Telerik team
0
Noemata
Top achievements
Rank 1
answered on 29 Apr 2014, 04:23 PM
Note to others. This sample has buggy code. I ended up resolving the bugs by moving code over from the xaml-sdk equivalent sample which doesn't have all of the features in this sample.
Would be nice to have more consistency in the samples.
Also, some of the oldest forum entries should be removed. They no longer apply to any of the more current releases.
Would be nice to have more consistency in the samples.
Also, some of the oldest forum entries should be removed. They no longer apply to any of the more current releases.
0
Noemata
Top achievements
Rank 1
answered on 29 Apr 2014, 05:39 PM
Just like the previous poster has queried, has anyone come up with an integration solution for RadDock and Caliburn.Micro? I am getting close to a solution, but was hoping to get perspective on existing approaches.
Note that the MVVM sample provided in the forums by Telerik does not address composition integration. Telerik's RadDock xaml-sdk sample does provide a composition sample for Prism only. Curiously, Prism has recently been revived by Microsoft for WPF and WinRT (and is permanently dead for Silverlight).
Note that the MVVM sample provided in the forums by Telerik does not address composition integration. Telerik's RadDock xaml-sdk sample does provide a composition sample for Prism only. Curiously, Prism has recently been revived by Microsoft for WPF and WinRT (and is permanently dead for Silverlight).
0
Noemata
Top achievements
Rank 1
answered on 30 Apr 2014, 01:55 AM
This was certainly a puzzle, but there were enough hints left behind to fit together the pieces. I ended up combining elements from previous postings with some tweaks to accommodate changes. Works quite nicely. I have updated Caliburn.Micro.Telerik to the latest release of Caliburn.Micro (v2.0) and added support for additional Telerik controls including RadDock.
0
Hans
Top achievements
Rank 2
answered on 31 Mar 2015, 08:52 PM
Noemata, would you care to share your solution? I've looked at the Caliburn.Micro.Telerik project on GitHub but can't see any references to RadDocking.
0
Noemata
Top achievements
Rank 1
answered on 01 Apr 2015, 01:40 AM
Hans, you are correct, the Caliburn.Micro.Telerik library does not provide RadDocking support. I had to put that together myself. If you can forward your email address my way, I'm sure we can work something out privately.
0
Noemata
Top achievements
Rank 1
answered on 01 Apr 2015, 01:41 AM
Hans, if you can forward your email address my way I'm sure we can work something out privately.
0
wal1
Top achievements
Rank 1
answered on 14 Apr 2015, 08:25 AM
Noemata, I'm also interested in your solution. But how can I forward my email address to you?
0
Michael
Top achievements
Rank 1
answered on 06 May 2015, 05:59 AM
I would also be interested in a solution.
0
Michele
Top achievements
Rank 2
answered on 13 May 2015, 05:01 AM
I've used this implementation in past (and actually)
http://www.telerik.com/forums/caliburn-micro-docking-implementation
but I think that Raddocking is quite slow with DockManager... will prepare a sample someaday to send @ Telerik Team to investigate