Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
Easy way to check if data in WinGrid has changed
posted

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 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.  

Children
No Data