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
40
Error in InfragisticsSL4.Controls.Editors.XamComboEditor
posted

Hi there,

I'm currently having an issue with a XamComboEditor that sometimes returns an unhandled exception.

This happens when the AutoComplete is used to get the data from the dropdown

It happens with no apparent reason and only occasionally.

This is the error that is happening (Silverlight application):

Error

This is the Combo definition:

<ig:XamComboEditor
 x:Name="igOtherServiceTypes"
 Grid.Row="1"
 Grid.Column="1"
 Margin="10,10,10,10"
 Height="25"
 ItemsSource="{Binding OtherServiceTypes, Mode=TwoWay}"
 SelectedItem="{Binding Path=SelectedOtherServiceType, Mode=TwoWay}"
 IsEditable="True"
 AutoComplete="True"
 AutoCompleteDelay="500"
 AllowFiltering="True"
 DisplayMemberPath="OtherServicesTypeDescription"
 OpenDropDownOnTyping="True"
 TabIndex="0"
 cal:Message.Attach="Loaded = OtherServiceTypes_Loaded($source, $eventArgs)">
 <i:Interaction.Behaviors>
  <sfb:ComboBoxSelectText/>
 </i:Interaction.Behaviors>
</ig:XamComboEditor>
 
 


Do you have any idea why this happens?

Thank you.

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Helder,

     

    Thank you for your post. I have been looking into it and I can say that we no longer provide fixes for SL4, so I can suggest you test your application with some of our latest versions 13.2 or 14.1, which supports SL5 only, and see if the issue still occurs.

     

    Looking forward for your reply.

Children
No Data