Problem: After a postback, a webdialogwindow will no longer appear as modal if it's in an updatepanel.
I've read numerous forum posts about this problem. A few posts suggest workarounds, but none of them seem to work for me. Other posts say that hotfixes will correct the problem. I'm using the most current version of the Infragistics asp.net controls along with the most current hotfix. The problem is still there.
Is there an ETA on when this problem will actually be resolved with this control?
HI,
Let me log this issue with Developer Support
This issue was resolved in build 8.2.2014 and is working in 8.3.1009.
OK. It seems that the problem was stemming from having two webdialogwindows on the same page. One was being used as an data editor, the other as a progress indicator. Removing the progress indicator webdialogwindow fixed the problem of modality loss.
I have created a new progress indicator by using the ajax modalpopupextender and a panel. It works great except it appears behind the webdialogwindow data editor.