Hello,
I need to show multiple columns in ComboBoxField. For that I am trying to set datatemplate for comboBoxField.
<ig:ComboBoxField>
<ig:Field.Settings>
------------------------
<DataTemplate>
"How to show a grid with column names".
</DataTemplate>
</ig:Field.Settings>
</ig:ComboBoxField>
I have gone through the following link, Where we don't have column names.
https://es.infragistics.com/help/wpf/xamgrid-comboboxcolumn-column
Here is the sample. I am using xamcombofield. I need to update books field based on branch selection.
Initially books combo box field should be disabled. Based on branch selection books field should be enabled and populate the results based on branch selection.
WpfApp3.zip
Hello Yugandhar,
In order to achieve this the SelectionChanged event of the ComboBox needs to be handled. Then a custom item filter for the XamMultiColumnComboEditor needs to set based on what is selected inside the ComboBox, FilterMode can be set (either on the main column or on all columns) as well as the CustomItemFilter comparison condition.
To learn more about item filtering inside XamMultiColumnComboEditor please visit the link below, which describes the configuration of custom item filters in more details as well as providing sample code, which demonstrates how custom item filters can be configured.
https://es.infragistics.com/help/wpf/xammulticee-configuring-item-filtering
Let me know if you have any questions.
Regards, Ivan Kitanov
How to apply filter on combo box based on selected item on another combo box
Hello Yugandhar ,
Once you have installed your version of Infragistics controls they should be visible to you in the “Add Reference” dialog in Visual studio. The DLLs are also located under this directory:
C:\Program Files (x86)\Infragistics\”Your version”\WPF\CLR4.0\Bin
Please let me know if you have any questions.
Hi Can you please share - InfragisticsWPF.DataManager & InfragisticsWPF.Controls.Editors.XamComboEditor dlls of version 18.1.20181.82