Silverlight ComboBox SelectedValue TwoWay Binding not working
问题 I have used many ComboBoxes in my applications and all of them are working without any problem. But, I can't find the problem now. I have set SelectedValuePath to "Tag" property. But the property not updating after changing the ComboBox selected item. I have read other StackOverflow questions, but nontheless helped. It is xaml: xmlns:vms="clr-namespace:SilverlightApplication1" <UserControl.DataContext> <vms:MainViewModel /> </UserControl.DataContext> <Grid x:Name="LayoutRoot" Background=