A library containing Caliburn.Micro conventions for Telerik's visual controls. Also contains some other stuff, like implementation of IWindowManager for RadWindow, helpers & extensions for Telerik's Prompt Dialogs.
Target platforms: Silverlight and WPF.
Contains also an Examples folder with sample projects to demo and test conventions and the rest of the stuff.
Is the quickest way to use the library. Check out the Caliburn.Micro.Telerik package. Includes both versions for Silverlight & WPF.
If you want to compile projects from sources, be sure to have Telerik's components installed & verify assembly references.
You can either copy required classes in your solution or install Caliburn.Micro.Telerik package using nuget.
In your app's bootstrapper, in Configure override add next line:
TelerikConventions.Install();