You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
It may be that someone has a fix for this already, if so I apologise, I've not managed to find it as yet..
Like with all of these javascript dialogues, on creation, the dialogue is appended to the body tag. While great for everything else, this means it breaks postbacks if you have .net webforms controls inside the dialogue. I have tried tweaking the master file to appendTo('form') instead of body, but this causes it to break. Similarly, I tried re-appending the dialogue to the form on the beforeLoad and afterLoad events, however, both resulted it it being unable to return the content.
Is there an easy workaround for this, or would it be able to add a property so you can choose to append to a different tag such as the form if you're unfortunate enough to be working on a webforms project?