WPF DataGrid CTP Available!
I picked this one up via Rob Relyea (of the WPF Team), the long awaited and much requested DataGrid for WPF is available on CodePlex. For more information (including a screenshot), Vincent Sibal has a detailed 'how to use it' post
Requires .NET 3.5 SP1 to run, and it'll eventually will make its way into the WPF core libraries (I think?). Out of band releases are nice.
Comments
Paul
I know not everybody agrees with me, but out of band is A Good Thing ™. It can be very painful waiting for a "small" thing to be released, so getting access to stuff earlier is always a good thing in my book :D
Keep up the good work Rob :)




Rob Relyea
Yes, our plan is to release a version that works with .NET 3.5sp1, like the CTP currently does. We plan to have future versions of WPF to include DataGrid.
Glad you like out of band releases. The team did a bunch of work in .NET 3.5sp1 to enable a better DataGrid…laying the foundation for being able to release it later.
Thanks, Rob
WPF Team