Silverlight FX looks like it will cover my MVVM needs, however I'm struggling to find good documentation on the behaviors system (or any good doco) beyond some blog posts which are from previously released versions.
Specifically, I am trying to figure out how I can capture a RowCommit event from my view and have it invoke a method/event on my view model? I am trying to capture this event from the ComponentOne datagrid, but there is nothing in the framework than indicates it wont work with third party controls.
Any ideas?