Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1135
igDialog - Dialog is displayed appended to control, not page.
posted

Good day,

Since upgrading to the 2157 revision, all the igDialog dialogs open up in relation to the control they are located at.

For e.g., if the dialog is in an ASP.NET User Control, the dialog will only pop up in the control's area, not the page as it did in previous versions, leaving the rest of the page non-modal, only the area of the control.

We have tried to append the dialog to the form when it is opened, but this causes other errors on the page.

What can I do to get the old behaviour back?

Thanks,

Parents
No Data
Reply
  • 37874
    Suggested Answer
    posted

    Hi Eduard,

    I tested your scenario with a blank project where I placed a UserControl control containing igDialog on the page. The dialog was not limited to the user control area and it was modal - I could not interact with items outside of the control. Can you please share some code, or a small sample, reproducing the issue, so I can look into it? Thanks.

Children