Hi all,
I'm running into various problems with the WebDialogWindow and I'm hoping that someone here will be able to shed some light on my situation.
In the AutoPostBackFlags, I've set WindowStateChange to "Async" with the expectation being that this server-side event, StateChanged, will fire off whenever the dialog window is hidden, shown, minimized, etc. However, the event never gets hit.
I've been working with Javascript, using hide(), show(), and set_windowState($IG.DialogWindowState.Hidden, true), etc. and the async postback event never fires. Oddly, PreRender does fire, but only when I use the set_windowState methods (show() and hide() do not trigger it).
The other seriously annoying issue is the white, transparent DIV that appears behind the dialog to indicate it is modal. This DIV disappears correctly the first time I close the dialog window, but any subsequent times the dialog is opened and then closed, that DIV does not get hidden.
So far the only avenue I haven't explored is the fact that the WebDialogWindow is inside a user control, that is inside a content pane of an UltraWebTab, though I'd hope Infragistics controls are compatible in this manner.
If anyone has any thoughts or suggestions I'd love to hear them!
Thanks!