ADO.NET DataExtender Task-Based Help > Composite Row Editing |
This topic demonstrates the behavior of composite rows after editing. It assumes you have created a project with a textbox, a button and three DataGridViews. One grid is bound to a C1DataViewSet and the other two are bound to a dataset. To begin, complete the following steps:
SELECT o.OrderID, o.CustomerID, od.* FROM Orders AS o OUTER JOIN [Order Details] AS od
dataGridView2 and dataGridView3 are now bound to Orders and Order Details DataTable(s) from the nwindDataSet1 DataSet, that is, to the base tables on which the view is based.
For the complete sample, see the CompositeRowEditing sample, which is available for download from the ComponentOne HelpCentral Sample page.