The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi..
I binded the data source of the gripgroupingcontrol to a dataset. Supposed that after entering some data into the cells of the gripgroupingcontrol, Is there any way i can retrieve the current datasource of the gripgroupingcontrol?(note, no updating of data into database after editing yet). I need to do this..cause i need to do a comparison between the 1st dataset and the modified dataset of the gridgrouping control.
Thankz..
ADAdministrator 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.