Even with the markup below, my object source is updated only after losing the focus. It should be during the checking and unchecking. Is there something wrong here?
<telerik:GridViewCheckBoxColumn Header="Accepted" MinWidth="75" MaxWidth="75" DataMemberBinding="{Binding IsAccepted, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" AutoSelectOnEdit="True" EditTriggers="CellClick"/>