You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are maintaining DataContexts in array to use page navigations. We have back button functionality which assigns previous datacontext to ContentControl from DataContexts array. It does not restore selected item for combobox control. I think this is same issue as per Issue#219. SelectedItem property of ComboBox won't be able to find the assigned property value, During the DataContext swap.
We are maintaining DataContexts in array to use page navigations. We have back button functionality which assigns previous datacontext to ContentControl from DataContexts array. It does not restore selected item for combobox control. I think this is same issue as per Issue#219. SelectedItem property of ComboBox won't be able to find the assigned property value, During the DataContext swap.
<ComboBox ItemsSource="{Binding Path=StatesResult}" SelectedItem="{Binding Path=SelectedState, Mode=TwoWay}" />
The text was updated successfully, but these errors were encountered: