GitXplorerGitXplorer
v

Caliburn.Micro.Telerik

public
35 stars
22 forks
10 issues

Commits

List of commits on branch master.
Unverified
5fc60ebe4671388211ebecd78124ddf45508d319

Updated to latest Caliburn.Micro - 1.5.2. Also some nuget updates

vvcaraulean committed 12 years ago
Unverified
09e916a77e4f555e307b549efe9be8bc95d081ef

Created 2.1.8 package

vvcaraulean committed 12 years ago
Unverified
02b39b05dedba16e2b42b7eb35f7fbf3b922e861

Added support for MaskedInput controls

vvcaraulean committed 12 years ago
Unverified
14af7ec98c9980544a95b228fef9538d975ffaf2

Updated nuget package

vvcaraulean committed 12 years ago
Unverified
7c068137889e12bf47f3963b3e16f690a909d3d3

Follow-up to previous commit, removing files

vvcaraulean committed 12 years ago
Unverified
a65c6db0e4e3e261900f90ea8bd2888e2ffca392

Updated Caliburn.Micro to 1.5.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();