Ticket T178173
Visible to All Users

ASPxPopupControl - Postback is sent to server when showing popup

created 10 years ago

[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.

Answers approved by DevExpress Support

created 10 years ago (modified 10 years ago)

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.

    Comments (1)

      Thank you. That did the trick!

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.