Not quite. It was to be released outside of the normal .NET Framework ship cycle. They have actually put it on codeplex and it is still in CTP.
http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14963
And it appears to have some issues with CSLA because they aren't (currently) conforming to the Windows Forms behaviors around IEditableObject, etc.
So I encourage you to use it, find the quirks, and report them to Microsoft so they can (hopefully) address any issues.
It is also possible that CSLA will need to accomodate the WPF grid behaviors too. And ultimately I can see a day (not too far off?) where CSLA will have to stop supporting Windows Forms in order to support WPF. That would be sad, but is a likely outcome if WPF continues to diverge from the established Windows Forms behaviors for interfaces and events.
I do prefer WPF’s data binding, as it is simpler.
However, part of the reason it is simpler is because there’s
no grid control :)
So as the grid control becomes reality in WPF, it complicates
WPF data binding too.
In short, grid controls are the source of much pain… And
right now in WPF they are the source of a LOT of pain because Microsoft doesn’t
have one to set the standard. So the third party vendors have been (to some
degree) making things up as they go – which is clearly a mess.
Rocky
Copyright (c) Marimer LLC