Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
How to show xamdatagird in ComboBoxField
posted

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

Parents Reply Children
No Data