|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If you do this, since the datasource of the DataGridView is one of the exposed ADO.NET components within the business object, if you change the data within the grid, the changes will be directly reflected within the business object. I.E. the business object's IsDirty will return True and calling Save() on the business object will persist the changes back to the database. We left the CurrentDataTable and the CurrentView exposed to allow you to do exactly this.
|