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
100
Adding items programmatically to Infragistics.Controls.Editors.XamComboEditor
posted

Hi,

   Just wondering if I can get an example of adding a ComboEditorItem to a XamComboEditor in code? I cannot find a good example anywhere.

Thanks.

  • 18204
    Suggested Answer
    Offline posted

    Hello,

    Thank you for posting in our forums!

    The XamComboEditor control does not have an unbound mode. You must bind it to a data source.

    To add items through code, you should add them to the data source.

    I have attached a simple sample that demonstrates how you can achieve this.

    If you have any further questions or concerns with this, please let me know and I will be glad to help.

    6622.XamComboEditor_ProgrammaticalItems.zip