Browse by Tags
All Tags » DataGridCollect... » UpdateSourceTrigger (RSS)
-
Hi all,
we have a problem using a grid with DataGridCollectionViewSource binded to a BindingList:
whenever a row is created, each of its values set by the user is lost, except for the one in the last modified cell.
We observed that the ''CancelNew'' method from the BindingList is called everytime the changes are committed,
e.g. using ...
|
|
|
|