If I use a jqxDropDownButton as in this example:
https://jsfiddle.net/5f2nwa1u/
It when I click elsewhere in the page the button closes which is correct.
If I do the same thing in a window like this example:
https://jsfiddle.net/rv0mLdyn/
When I click in the window the jqxDropDownButton does not close. If I click outside of the window then the jqxDropDownButton does close.
When I am using jqxDropDownButton in a window how do I get it to auto close when clicking in the window or in any other controls in the window?
Thanks