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.
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