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
125
XamComboEditor binding to datatable
posted

How can I bind a datatable to a XamComboEditor in the code behind?

  • 25665
    Offline posted

    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;