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
495
XamMultiColumnComboEditor does not exist in XML namespace http://schemas.infragistics.com/xaml
posted

There is probably a quick explination for this, but I am stumped as to why I cannot compile the following:

 

xmlns:ig=http://schemas.infragistics.com/xaml

...

 

<

ig:XamMultiColumnComboEditor x:Name="xamMultiColumnComboEditor"

ItemsSource="{Binding Path="

CheckBoxVisibility="True"

AllowMultipleSelection="{Binding ElementName=chkAllowMultipleSelection, Mode=TwoWay, Path=IsChecked}"

CustomValueEnteredAction="Allow"

AutoGenerateColumns="False"

Height="30" Width="400"

MultiSelectValueDelimiter=","

SelectedItemsResetButtonVisibility="Visible"

Text="{Binding Path=InstrumentId, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}">

  <

ig:XamMultiColumnComboEditor.Columns>

  <

ig:TextComboColumn Key="Ticker" />

  <

ig:TextComboColumn Key="Cusip" />

  </

ig:XamMultiColumnComboEditor.Columns>

  </

ig:XamMultiColumnComboEditor>

Thanks

Parents
  • 138253
    Offline posted

    Hello Christian,

     

    Thank you for your post. I have been looking into it and I created a sample project for you following your scenario and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.

     

    Looking forward for your reply.

    XamMultiColumnComboEditor.zip
Reply Children