It seems that there is some confusion on how to add the Silverlight data controls to your Silverlight 2.0 project.
1. Add reference to System.Windows.Controls.Data.dll.
2. Add an xmlns attribute to your root tag.
3. Use the DataGrid control in your XAML.

Thanks, this helped a lot!