Hello,
I just upgraded to Infragistics WinForms 11.2 (11.2.20112.1010) hoping that this problem would have been addressed.
I have untracombo boxes in forms (need the multi-columns support) but the event ItemNotInList does not fire. Instead, an error is raised if the user types and their text does not match an item in the list.
Two questions/requests: How do I get this to work and if it is not supposed to work directly, then will you consider removing the event from the control.
Thanks, Norm
Hello Norm,
Right now I made a test using mentioned version 11.2.20112.1010 and also with the latest version 11.2.20112.2004. In both cases the ultraCombo1_ItemNotInList() event fired after exit edit mode. The event fired before Validating event of the control whenever the text value in the editor portion is not a value from the list. If you are able please send us small sample that reproduce your issue. I`ll be glad to research this issue for you. If you have any questions, do not hesitate to write me.
Regards
Hi Gregory,
I am heading out right now so I do not have enough time to prepare an isolated sample. I do use a standard set of class methods to configure and populate all of my UltraComboboxes because they are re-used so many times throughout my application so there may be some conflicting setting in these general configuration methods.
Can you send me your sample so that I can compare my settings; maybe there is some other property of the UltraCombobox that I have set that is conflicting.
Thanks; Norm