How can I bind a datatable to a XamComboEditor in the code behind?
Hello Michael,
Thank you for contacting Infragistics!
You can achieve this by assigning the tables default view to the items source of the XamComboEditor:
XamComboEditor1.ItemsSource = table.DefaultView;