Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Could anyone points me to good WPF DataGrid tutorials on the internet? Thanks in advance

share|improve this question

4 Answers

up vote 9 down vote accepted

These are good ones, the second one is old but still good enough :)

www.wpftutorial.net

WPF DataGrid Examples

share|improve this answer

Not exactly a tutorial, but if you plan to do much with styling the DataGrid I've found this blog post useful: Styling Microsoft’s WPF datagrid

share|improve this answer

You might have a look at the BookLibrary sample application of the WPF Application Framework (WAF).

share|improve this answer
But this is all about MVVM, what I need is good tutorials about the WPF DataGrid control (binding, styling, animations, validation). Anyways, thanks for your effort :) – user683957 Apr 7 '11 at 20:46

Check this one:

DataGrid Feature Walkthrough

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.