Greetings,
In the NorthWind (Adapter) Example, the (CustomerManager) class, aveOrdersButton_Click sub, Frans wrote the following comment:
' unbind the collections first, since the datagrids will get confused by the change events and will interfere with the save process.
' We will update the gui after the action anyway with the new state of the orders collection(s).
UnbindOrders()
should we follow the same approach when using the new design-time binding feature ?
OMAR