I have a multicolumncombobox bound with a list of names (broker). Users can enter their own values (brokers outside of the company) into the controls text. CustomValueEnteredAction is set to Allow. Up to this point everything works fine.Now, the form data are stored in a separate table. The list of brokers will not be updated with the user input. If I reload the data into the form, the entered name (added broker) is in the record.How can I fill the controls text again with this value programmatically?best wishes
Manfred
Hello Manfred,
Thank you for your feedback. I am very glad that you have managed to solve the issue that you have described. Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your post. I have been looking into them and if I understand correctly, the issue that you are having is that the custom values that you are adding to the XamComboEditor does not appear after re-opening its drop down. I have created a sample application in order to test this behavior and I could not managed to reproduce it. I am attaching the sample application that I have created.
Please let me know if you can reproduce the same behavior with my sample application and if not, would you please modify my sample application in order to demonstrates the issue.
Looking forward to hearing from you.
Any Ideas?
Hello Krasimir,No folders, I wrote table.
Ok, now look at the picture. I have attached a list of usernames to the control. For example I have three users with the name Chua. But there is a further user named "Chua, Hualin", and he is not in the list. If the form is saved, the name "Chua, Hualin" is stored in the underlaying table. That works.
The list of usernames will not be updated.
Now, when I open the form again and let the record show again, the text box is empty in the combobox control, although the control is bound.
If I use existing list values, the text is shown correctly.
Regards