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,

     

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

Children
No Data