Problem By default any binding for a TextBox is not updated until the field loses focus. This didn’t suit my needs for an application I’m currently working on because I wanted the Binding source to be updated whenever something is entered into the TextBox. With WPF this is done easily by setting the UpdateSourceTrigger property [...]
Posts Tagged ‘Data Binding’
Update Silverlight TextBox Binding Source on change
Posted: 29th October 2010 by thegrayzone in DevelopmentTags: Data Binding, Silverlight
5