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
4970
A bug for XamComboEditor
posted

xaml:

<ig:XamComboEditor IsEditable="True" AllowFiltering="True"  ItemsSource="{Binding MyList}"
DisplayMemberPath="Name"  SelectedItem="{Binding MyObj, Mode=TwoWay, ValidatesOnNotifyDataErrors=False}" />

when Name is empty string or Null, any typing in the editable box will cause cascade exception and finally crash the app.

Parents
  • 6759
    Offline posted

    Hi Benjamin,

    this is issue is already reported(check out the following thread http://ko.infragistics.com/community/forums/p/73135/370024.aspx#370024 ). I'll ask Developer Support guys to create a support case and link the internal issue to it sou you could be notified when a SR containing the fix is out. 

    As a workaround you could install the May SR(build 11.2.20112.2079) where it is not present.

    EDIT: the provided link to the other forum thread is about XamMultiColumnComboEditor control but in a nutshell the issue is the same.

    Regards,

Reply Children