The following tutorial will walk you through using the C1DataGrid control to present data in a master/detail view using the row details feature.
The following example shows a set of product categories loaded from a XML file using LINQ to XML. For each row in the main grid (categories), a list of products is loaded and shown in the detail view using a second C1DataGrid control. The detail data is loaded when the detail view of a category row changes.
For more information, see the C1DataGrid_Demo sample installed with ComponentOne Studio for Silverlight.