On my combos set to CheckedItems and ChecBoxStyle CheckBox, if a user drops down the list and checks/unchecks one or more items and then clicks on a button or another field, the click event is eaten by the combo closing, and the user has to re-click. On tabbing out of the control all is ok, but clicking out is a problems.
This is verion 12.1
Thanks.
Hello sunibla,
I believe that this topic has already been discussed in the following forum thread: http://ko.infragistics.com/community/forums/p/80138/404603.aspx#404603.
Please do not hesitate to contact me if you need any additional assistance.
The workaround does not work: no matter where I click, another control, the form, an infragistics tool bar button, etc., the control returned by GetChildAtPoint(this.PointToClient(Control.MousePosition)) is null
OK, thanks. Just out of curiosity, why would this be the "expected behavior"? What is the logic for this "expected behavior"? Why would anyone want to have to have a click event eaten by a combo closing? This is not happening on any combo I have ever used, including the UltraCombo when not in CheckedList mode. It is as the original issue reported stated, "extremely annoying", and to such an extent that now two of my clients are requesting the removal of the multi-select feature they asked for and going back to only having a normal single select combos. My combos are all over these applications and I am not sure of any side effects of the work around you provided.