Hi,
I know that I can check the status of the individuals rows in a datatable to find out if they are dirty....
modified, deleted, added etc.
Is there a global flag on the datatable ?
If ( dataTable.changes == true ) than save
On Save, at the moment I am looping thru each row and checking its rowstate, but would be nice to know if i need to do this at all...
Thanks,
-ter
I know that I can check the status of the individuals rows in a datatable to find out if they are dirty....
modified, deleted, added etc.
Is there a global flag on the datatable ?
If ( dataTable.changes == true ) than save
On Save, at the moment I am looping thru each row and checking its rowstate, but would be nice to know if i need to do this at all...
Thanks,
-ter