View inside a view

first post: chatdenuit wrote: Still learning the framework, and starting getting my head around i...

latest post: chatdenuit wrote: Thank you for your answer Tony, I shall go and have a good look on ...

Validation not working on Add Customer

first post: nrsonawane wrote: Hi Tony, When you open pop up window on click Add button then val...

latest post: junwebhead wrote: Now for my issue... :) Binding the OK button's IsEnabled to IsValid...

WPF and WCF Data Services with SimpleMVVM

first post: bhroberts52 wrote: I am embarking on a new project and have decided to use WPF with W...

latest post: smlyttle wrote: bhroberts52 or davidle1234, Do either of you have any example code ...

Strange MessageBus behaviour

first post: Stabilitronas wrote: Hi, I've run into a strange problem. Lets say I want to create a me...

latest post: Stabilitronas wrote: Update: actually, both number are incremented! At the moment, they ...

Remove item in a listbox with Button in ListBoxItemTemplate

first post: shakyad wrote: Hi, I hope someone can help me out here. I have a button in the ...

latest post: shakyad wrote: OK, finally figured this one out as well. Upgrading to Silverlight ...

Interacting with MessageBus without ViewModelBase

first post: ArturPhilibin wrote: Hi, I'm wondering what is the best method for interacting with the...

latest post: tonysneed wrote: Take a look at the source code for ViewModelBase. I would suggest ...

is it possible to use simple MVVM toolkit version3 with .NET 3.5 framework

first post: manamrajesh wrote: Hi, i am creating WPF class library to create/extend existing appl...

Splash and login screen

first post: chatdenuit wrote: First of all, I am just starting using Simple MVVM toolkit, so I a...

latest post: chatdenuit wrote: Thank you for your answer. I will try it. Yes, I did the getting st...

BeginEdit resets Model properties: ViewModelDetailBase

first post: shakyad wrote: I am not sure why this is happening but when I run BeginEdit() on ...

latest post: tonysneed wrote: Fantastic. You could keep the DataContract attribute, but you would...

Validate/Notify derived model properties change

first post: shakyad wrote: Hi, I have a situation. Please let me know if there is a better way...

latest post: shakyad wrote: Hi, One better solution I got was using Virtual properties and abst...