My dilemma involves incorporating a FilterControl within an iframe popup. My issue arises when using the column selector (or any other DevExpress combobox), as the popup remains confined within the frame without extending beyond its borders. I am seeking a solution where the contents of the popup can be displayed outside of the frame, eliminating the need for scrolling to view the complete option list.
The setup looks something like this (though not exact code representation):
<iframe>
<dx:ASPxFilterControl/>
</iframe>
Is there a way to achieve this? It's worth noting that all popups on our site follow the same creation method, so switching to a different type of popup just to address this issue is not ideal.