0
kicks
Silverlight TextBox Control that immediately updates Text field
Standard Silverlight TextBox control is very useful but has one strange behavior: if you use TwoWay data binding and bind some property to controls Text property, when users type text into the control, this change is not propagated to the bound property until the control loses its focus.
Lets see how to solve that problem easily...