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 Reply Children
No Data