Hi,
here is how i defined my namespace:
xmlns:igEditors="http://infragistics.com/Editors"
Editor:
<igEditors:XamComboEditor Style="{StaticResource TrialSearchEditor}" Width="120" ItemsSource="{Binding Entities}" Value="{Binding SelectedEntities, Mode=TwoWay}" />
according to documentation, this control should have a property called AllowMultipleSelection, but this one does not.
i don't see any property on this control that would allow for multi select.
Editors DLL version: 11.1.20111.1002
as per that same documentation, i also tried using the following namespace, but that didn't work at all (as in.. no controls were defined in there)
xmlns:ig="http://schemas.infragistics.com/xaml"
Hello,
If you have any other questions on this matter, feel free to ask.
Yes, the shared XamComboEditor is available only with our WPF4 .dll files.
quick question.
the example you sent me uses WPF4.* libraries. does that mean it requires .Net 4.0 ?
is there a WPF3 version of this combo editor that support multi select ?
I have created a sample application(ShareComboSample.zip) that presents how you can use the shared XamComboEditor.
If you need any further assistance, feel free to ask.
how do i switch to the "shared" xamComboEditor in 12.1? ????
it seems like i am still on the non shared one, because AllowMultipleSelection is not available.
i am using this namespace:
if i try using namespace
xmlns:ig="http://schemas.infragistics.com/xaml" i get a message that xamComboEditor doesn't exist there. this is seems unnecessarily complicated??
i get a message that xamComboEditor doesn't exist there.
this is seems unnecessarily complicated??