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>
Thanks
Hello Christian,
I modified the sample, so now it is compatible with VS 2010.
Hi, sorry, I tried to load the sample project and it said "WpfApplication2(incompatible)" in the solution explorer. This is on Visual Studio 2010
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.