tagged [popup]

wpf popup doesn't close automatically when datagrid inside popup captures the mouse

wpf popup doesn't close automatically when datagrid inside popup captures the mouse I have a popup with `StaysOpen=False` so I want to close it by clicking anywhere outside of popup. Inside a popup I ...

27 Apr at 19:20

How do I correctly bind a Popup to a ToggleButton?

How do I correctly bind a Popup to a ToggleButton? I am trying to do something that seems relatively simple and logic from a user interface level but I have one bug that is very annoying. I have a `To...

18 Jul at 14:0

Javascript Array Alert

Javascript Array Alert Im new to Javascript. Im trying to code these four buttons. I'm currently on the second one. I've coded an array. But when I click on the button, it replaces the page. I want to...

27 Oct at 04:42

Bypass popup blocker on window.open when JQuery event.preventDefault() is set

Bypass popup blocker on window.open when JQuery event.preventDefault() is set I want to show a JQuery dialog conditionally on click event of an hyperlink . I have a requirement like on condition1 open...

Strange behaviour opening pop-up window in Internet Explorer

Strange behaviour opening pop-up window in Internet Explorer I have the following JavaScript code to pop up a window in Internet Explorer. The code is executed from a page within a Microsoft CRM modal...

How can I open popups in the same WebView (Not a New Window) in Windows UWP?

How can I open popups in the same WebView (Not a New Window) in Windows UWP? I have a WebView in my UWP program that works fine EXCEPT for when I click a button that normally opens in a new window (po...

2 Jun at 22:33

How to dismiss a popup in Silverlight when clicking outside of the control?

How to dismiss a popup in Silverlight when clicking outside of the control? In my Silverlight UI, I have a button that when clicked pops up a control with some filtering parameters. I would like this ...