Ok,
So I've got a dataset with 2 tables:-
Table1:-RecordIDUserNameField1Field2....
Table2:-MasterRecordID --- this matches with Table1.RecordIDLocationFieldXFieldYFieldZ...
So I'm usingmyDataGrid.DataSource = myDataSource.tables[0].DefaultView; //this shows table1's dataSo how do I inject Table2 records as child records to the matching records in table1 in the datagrid?
Any help would really be appreciated.
- Anthony
Hello Anthony,
The XamDataGrid will do this automatically but you need to create a relation between the two tables. You can see a nice example of this by Aaron Marisi here.