I have a long page of content and one WebDialogWindow(which is defined at top of the page) that is called from multiple places on the page. I have the WebDialogWindow setup to be centered and modal. Works great until you start scrolling down the page and click a link. It doesn't show up centered correctly, it shows up cutoff or off the page. Is there anyway to set the WebDialogWindow position based on position on the page?
I am having this same issue since I've upgraded my app to .Net 4. Infragistics version 12.1.20121.2236.
It works fine in Chrome but not in IE8 (with IE7 standards mode set). It worked fine with CLR2 version but is aligning to the bottom of the page in CLR4.
Did you manage to resolve the issue as it sounds very similar?