AD
Administrator
Syncfusion Team
October 6, 2004 12:59 PM UTC
There is nothing in the GridGroupingControl that will directly help with this.
But if all you want to do is know whether a row in your datatable has changed or not, ADO.NET will track this for you. You can test dataTable1.Rows[rowIndex].RowState to see what the state of a particular row in the datatable is.