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://www.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