Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an aspxpopupcontrol

XML
<dx:ASPxPopupControl ID="popupTest" runat="server" Width="750px" ClientInstanceName="popTest"
                    AllowDragging="true" Modal="true" PopupVerticalAlign="TopSides" PopupHorizontalAlign="NotSet"
                    HeaderText="Test" SkinID="pop_Olive" CloseAction="CloseButton">
                    </dx:ASPxPopupControl>



The pop up gets opened and I am able to close the pop up. CloseAction works well in firefox and Chrome. in IE it works in lower version but it is not working in IE 10. Please help me on this regard. Very urgent issue........
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900