Hey!
To allow filter in the dropdown list, I changed from the Window XamComboEditor to Infragistics.Controls.Editors.XamComboEditor component.
When I changed the component IsTabStop no longer worked. The XamComboEditor is used in a custom user controler and we have a IsTabStop dependency property where we bind the XamComboEditor IsTabStop to the IsTapStop property. Why did this feature no longer work when we changed the component?
<ig:XamComboEditor x:Name="ComboBox" IsTabStop="{Binding IsTabStop}" Tag="{Binding WatermarkText}" ToolTip="{Binding WatermarkText}" CustomValueEnteredAction="Allow" IsEditable="{Binding IsEditable}" SelectionChanged="ComboBox_OnSelectionChanged" AllowFiltering="True" CustomItemsFilter="{Binding CustromFilter}" BorderThickness="{Binding InvalidBorderThickness}" ItemsSource="{Binding ComboboxItemSource}" DisplayMemberPath="{Binding DisplayMemberPath}" SelectedItem="{Binding SelectedComboboxItem}" BorderBrush="{Binding UnvalidComboboxItem, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}" Width="{Binding ComboWidth}" Loaded="PipelineComboBox_Loaded" FontWeight="{Binding IsDirty, Mode=TwoWay, Converter={StaticResource BoolToFontWeightConverter}}" KeyUp="ComboBox_OnKeyUp" MouseUp="ComboBox_OnMouseUp" > <watermark:WatermarkService.Watermark> <TextBlock> <TextBlock.Style> <Style TargetType="{x:Type TextBlock}"/> </TextBlock.Style> </TextBlock> </watermark:WatermarkService.Watermark> </ig:XamComboEditor>
Hello,
We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.
You can download the Service Releases by logging to our web site and going to Account \Keys & Downloads.
https://ko.infragistics.com/my-account/keys-and-downloads/
I have logged this with development under ID: 160996 and I have also created a support ticket on your behalf: CAS-129603-M8N1G1 and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://ko.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://ko.infragistics.com/Membership/MySupport.aspx