Microsoft has provided DataGrid for WPF within the Framework 4.0, but unfortunately it is lacking some useful features.
This article demonstrates how to enhance the DataGrid with the following features:
Showing and hiding columns by user
Freezing columns
Saving settings ...
[More]