Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » HidePopupMode doesn't work for CheckBox and ComboBox Collapse All
Subject Author Date
Oliver Rogall May 10, 2011 - 2:38 AM

Hello,


when I use a UserControl as a PopupChild which have a CheckBox and a ComboBox included, a click on the CheckBox or a selection in the ComboBox hides the UserControl. I set the properties HidePopupOn... for ComboBox and CheckBox like this:


this.comboBox1.HidePopupOnCommitMode = Elegant.Ui.HidePopupMode.DoNotHide; this.comboBox1.HidePopupOnEscapeMode = Elegant.Ui.HidePopupMode.DoNotHide; this.checkBox1.HidePopupOnClickMode = Elegant.Ui.HidePopupMode.DoNotHide;

 


but there is no reaction on this.


Best regards,


Oliver Rogall

Technical Support May 11, 2011 - 7:26 AM

Please send a sample project which illustrates the issue so we could help you more efficiently.