We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Need help with popup within a popup

Hello, I have a form in which I added a ComboDropDown. I also defined a PopupControlContainer: Syncfusion.Windows.Forms.PopupControlContainer _popupControlContainer; I added a few controls to the popup control container and then set the ComboDropDown''s PopupControl to _popupControlContainer: this._comboDropDown.PopupControl = this._popupControlContainer; Now, everything worked fine until I added a control to _popupControlContainer that contained its own popup. The control I added is just like the TextBoxWithPopup shown in the Essential Suite Sample Browser (in Essential Tools : PopupsInDepth). Whenever I click the TextBoxWithPopup, the original popup containing the TextBoxWithPopup disappears. What I want is to be able to open the first popup and have it stay open when the user opens the second popup. Any help is greatly appreciated.

3 Replies

AR Anupama Roy Syncfusion Team April 3, 2006 01:31 PM UTC

Hi Flack, Sorry for any inconvienience caused. By design, presently,no two PopUp Containers can be opened at the same time and due to this reason if any other PopUpContainer is activated at the same time,the CloseUp event of PopUpControlContainer gets fired. Inorder to workaround this behaviour,you can set a boolean flag and cancel the BeforeCloseUp event. Thanks for choosing Syncfusion. Regards, Anu.


TO Torque April 3, 2006 02:49 PM UTC

I do not see the BeforeCloseUp event available in Syncfusion.Tools version 2.1.0.9. In which version of Syncfusion.Tools is BeforeCloseUp available? If it''s not availabel in v 2.1.0.9 is there any other solution I can use? Thanks.


AR Anupama Roy Syncfusion Team April 4, 2006 01:39 PM UTC

Hi Flack, This event is recently added to our PopUpControlContainer and this is not present in older versions. If you do not have this event in your version,then the previously suggested workaround will not be applicable.However,I will consult with our developer and let you know whether any other way is there to implement this in your version. Thanks for your interest in Syncfusion products. Regards, Anu.

Loader.
Live Chat Icon For mobile
Up arrow icon