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
1020
xamcomboeditor / IsSynchronizedWithCurrentItem
posted

Hello I have a problem with the property "IsSynchronizedWithCurrentItem" Everything was OK until I've changed the theme to "Metro". Now in the ICollectionView no CurrentChanged is triggered. Otherwise, nothing has been changed

Thank you

OK with Office2010Blue / NOK with Metro:

            <igEditors:XamComboEditor Grid.Row="3"
                                      Grid.Column="2"
                                      Text="{Binding Path=Branch.Country,UpdateSourceTrigger=PropertyChanged,ValidatesOnDataErrors=True}"
                                      ItemsSource="{Binding CountriesView}"
                                      DisplayMemberPath="Value"
                                      DisplayValueSource="DisplayText"
                                      IsEditable="False"
                                      NullText="Land auswählen..."
                                      >
                
                <igEditors:XamComboEditor.ComboBoxStyle>
                    <Style TargetType="{x:Type ComboBox}">
                        <Setter Property="IsSynchronizedWithCurrentItem"
                                Value="True" />
                    Style>                 igEditors:XamComboEditor.ComboBoxStyle>             igEditors:XamComboEditor>
 

 

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Marcus,

     

    We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.

    You can download the Service Releases by logging to our web site and going to Account \Keys & Downloads.

Children
No Data