[DevExpress Support Team: CLONED FROM T176651: How to display ASPxGridView in the modal popup window]
Thank you very much for your help. I got the pop-up control to work. On the default page there is the button that opens up the pop-up. In the pop-up there is a grid, an item can be selected, and when Return Selection button is clicked, it returns several fields back to default (parent) page and pre-fills several form fields. NOW my problem is the way the pop-up looks and loads. I'm not sure why it is acting funny.
- when pop-up is clicked, the page seems like it's doing a postback or screen refresh before actually showing the pop-up (screen blinks)?
Thank you for your help in advance.
ASPxPopupControl - Postback is sent to server when showing popup
Answers approved by DevExpress Support
Hello,
ASPxButton sends a postback to the server when you click it by default. To restrict this behavior, set the ASPxButton.AutoPostBack property to False.