Add Record to GridGroupingControl

Hi, i got a reference to a record in a GridGroupingControl. How can i easily add this record into another GridGroupingControl ? I have to use the GridGroupingControl because of my Application design. TIA, Oliver

1 Reply

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.

Loader.
Up arrow icon