Adding Silverlight Data Controls to your XAML
March 24, 2008 by Walt Ritscher
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.

Posted in Silverlight | No Comments
Leave a Reply