I am new to the WPF ,and i use it to build a point of sale system.
I have a DataGrid control in the main window bound to an ObservableCollection>
DataGrid
ObservableCollection>
Apply the UpdateSourceTrigger=LostFocus to each binding. It worked like a charm for me.
UpdateSourceTrigger=LostFocus