When the grid is bound to a DataSet, the grid will be updated automatically when there is a change in the DataSet (and vise versa). However, the DataSet does not get updated automatically when there is a change in the DB. You need to call the Fill method every time the DB gets updated so the DataSet reflects the changes.
Imported from legacy forums. Posted by André (had 2820 views)