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
920
UltraCombo does not Fire ItemNotInList Event - raises error
posted

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

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    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

Children