Why is two-way binding in silverlight not working?
- by Edward Tanguay
According to how Silverlight TwoWay binding works, when I change the data in the FirstName field, it should change the value in CheckFirstName field.
Why is this not the case?
ANSWER:
Thank you Jeff, that was it, for others: here is the full solution with downloadable code.
XAML:
<StackPanel>
<Grid x:Name="GridCustomerDetails">…