GitXplorerGitXplorer
v

Caliburn.Micro.Telerik

public
35 stars
22 forks
10 issues

Commits

List of commits on branch master.
Unverified
07712bafc3270292f0d47534803b54b669d0cbec

Manually updated references to telerik's assemblies, excludind the strong name path. Keeping only HintPath. Probably will fix also #13

vvcaraulean committed 12 years ago
Unverified
9d5839b96155b52aa55c49d9ff92d7d887314e5c

Updated few references to Telerik

vvcaraulean committed 12 years ago
Unverified
d031e3d3e36894ec4f5cb1775940851b36254fa8

Bumped up version & published package 2.1.6

vvcaraulean committed 12 years ago
Unverified
4a8f3fdf5eea28386c47b23f6666728a1c042858

Updated to latest Caliburn.Micro, 1.5.0

vvcaraulean committed 12 years ago
Unverified
7161116f716fb9073de74ecfc43ff84630f13087

Fixed references to Windows8 theme in Silverlight demos

vvcaraulean committed 12 years ago
Unverified
a1ac9c646eb223170220c70369bb239df91d7fab

Updated Caliburn.Micro to 1.4.1

vvcaraulean committed 12 years ago

README

The README file for this repository.

Caliburn.Micro.Telerik

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.

Nuget package

Is the quickest way to use the library. Check out the Caliburn.Micro.Telerik package. Includes both versions for Silverlight & WPF.

Compile the source code

If you want to compile projects from sources, be sure to have Telerik's components installed & verify assembly references.

How to use the code

You can either copy required classes in your solution or install Caliburn.Micro.Telerik package using nuget.

How to enable conventions

In your app's bootstrapper, in Configure override add next line:

    TelerikConventions.Install();