Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2690
Combo default selection
posted

I have a combo as follows

 

 

 

 

 

 

 

<ig:XamComboEditor Name="ComboEditor1" Grid.Column="0" Grid.Row="3" Width="100" HorizontalAlignment="Left" ItemsSource="{Binding Path=SourceName}"

 

 

 

DisplayMemberPath="Field1"

 

 

 

SelectionChanged="ComboEditor1_SelectionChanged" SelectedItem="{Binding Path= Field1,Mode=TwoWay,Converter={StaticResource Field1SelectedConverter

}}">

 

 

 

 

</ig:XamComboEditor>

I have created a Field1SelectedConverter

But the combobox does not seem to trigger it

What i need is that the combobox has data as InState/OutOfState and I want OutOfState to be selected by default

I am having that logic in Field1SelectedConverter but that does not get called

Parents
No Data
Reply Children
No Data