Hi,
I want to know, if there was made changes in WinGrid, not where or what is changed, only if there is a change. In the moment, I move through the bounded table, asking "... DataTable.Rows(i).RowState = DataRowState.Modified ...".
Is there a way to say "... UltraGrid.HasChanges = True ..." ?
Thanks
Hansjörg Wintermantel
Hi Hansjörg,
No, but I think there are methods on the DataTable or DataSet to get a list of all modified rows, rather than looping through each row.