Our project uses two additional assemblies:
- C1.Silverlight.Data.dll contains the C1Data classes
- System.Windows.Controls.Data.dll contains Microsoft's DataGrid control
We use the Microsoft grid instead of ComponentOne's to show that the C1Data classes are not tied in any way to other ComponentOne controls; you can use them against any Silverlight control.
To add the assemblies, complete the following steps:
- Right-click the MasterDetail project in the Solution Explorer and select Add Reference.
- In the Add Reference dialog box locate and select the following assemblies and click OK to add references to your project:
- C1.Silverlight.Data.dll
- System.Windows.Controls.Data.dll
After adding references, the solution appears like this:
See Also