views:

6

answers:

0

If i bind datagrid to a collection, how can i track changes, e.g. object deleted/modified, so that I know how to update the database, do I have to manually handle those event to record which object is deleted, which is modified? is there a better solution?