Page 1 of 1

Switch off 'automatic saving' in a dbgrid

Posted: Thu 20 Apr 2006 13:25
by Guest
Hello,

when changing the data in a dbgrid-row, the data gets saved when you change to another row in the grid.

Is it possible to turn this feature off and to save the complete grid 'at once' ?

Posted: Fri 21 Apr 2006 08:54
by Antaeus
Try to set CachedUpdates of dataset to True. All updates will stay on client until calling ApplyUpdates. Read MyDAC help for detailed information.