Until SIlverlight 4, UpdateSourceTrigger enum has only 2 options, "LostFocus" and "Explicit". "LostFocus" will update the source value back only when the focus lost. "Explicit" will update the source value, when the user explicitly press "OK" button in ...