AD
Administrator
Syncfusion Team
November 17, 2004 03:52 PM UTC
You can use record.GetData() to get a reference to the underlying DataRowView for record.
I do not think you can just add this DataRowView to another DataTable. But you could call DataTable.NewRow, and then move the values from the DataRowView into the new DataRow.