Hi ,
I have a situation user expands the dropdown list and click on other control "Cancel" button on form.
In the above case button click is not triggering instead just closing the dropdown.
User has to click again to trigger the click button.
Is there any way when when dropdown list of combobox is expanded and user click on other control "Cancel" button on form should just trigger the button click event.
Thanks
Hi,
No, I don't think so. This is standard behavior for all ComboBox controls in DotNet.