Valeriu Caraulean

Results 8 issues of Valeriu Caraulean

Some initial code can be found here: https://gist.github.com/1345512

Conventions should be very similar with RadGridView's controls as they both derive from DataControl. Add an example...

Caliburn.Micro.Telerik should be more tolerant with different versions of Telerik and not the only one referenced in project. Binding redirects should help alleviate the problem. Example: ``` xml ```

An example is here: http://caliburnmicro.codeplex.com/discussions/261349 Sample viewmodel + view are required

Conventions is displaying the date & time with the time all zero. A direct binding is displaying the time correctly. See RadDateTimePickerView from Examples for details..

Create a test project & add few tests to it. http://www.smartypantscoding.com/a-cheat-sheet-for-unit-testing-silverlight-apps-on-windows-phone-7