Is there a way to keep the UltraPopupControlContainer from closing if the user clicks outside of it? I have an UltraPopupControlContainer with a text box and save/cancel buttons on it. If there is unsaved text in the box and the user clicks outside of the control, I want to pop up a messagebox asking if the user really wants to close the window and lose the unsaved text. Is that possible?
Thanks,
Cassio
Hello Cassio,
You could use WinDockManager and put the desired control in a DockableControlPane which will not have a close button and will not be docked. This way your control will always be visible to the end user.
Please feel free to let me know if I misunderstood you or if you have any other questions.
So there's no way to do this with the UltraPopupControlContainer? I'm not familiar with the WinDockManager, does it behave in a similar way? I don't want the control to always be visible, I just want to be able to intercept the closing request and cancel it if necessary.
Cassio,
This is the way I found and after looking into this and doing some research, this has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
There are many benefits to submitting a product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.