Completed
Last Updated: 07 Jan 2022 07:09 by ADMIN
Release R1 2022
Stenly
Created on: 03 Dec 2021 15:29
Category: MultiColumnComboBox
Type: Bug Report
1
MultiColumnComboBox: When ContextMenu is used over the control with KeepDropDownOpen set to False, the expected auto close behavior stops working

The drop-down menu does not close when a context menu is opened on top of it, even if the KeepDropDownOpen="False". The control would need to move the focus in order for the drop-down to close.

To work this around, you can use the CloseDropDown() method of the MultiColumnComboBox control.

0 comments