Feed on
Posts
Comments

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.

image

3. Use the DataGrid control in your XAML.

image

One Response to “Adding Silverlight Data Controls to your XAML”

  1. Max Aller says:

    Thanks, this helped a lot!