Hi Everyone,
VS2010, CLR 4.0, VB Infr 2011_1
I have a webdialogwindow wiht a WebImageviewer in a child page that I am not able to put it visible/enable. The idea is when you click a button load the images and get the Webdialogwindow visible in modal way. If I specify the property WindowState="Normal" when the page is loaded first time works, (this is not the functionality I am looking for), the dialog has to be shown when I press the button. Once the dialog is shown, first time, because it is modal the only action to exit is Close button in the header, after that if a press the trigger button again i don't get to have the dialog shown again.
Thanks in advance
....
WebimagebuttonViewer.Click
System.
Math.Max(System.Threading.Interlocked.Increment(i), i - 1)
WebDlgWind1.WindowState = Infragistics.Web.UI.LayoutControls.
DialogWindowState.Normal
WebDlgWind1.Visible =
True
WebDlgWind1.Enabled =
OK. I found it, now it is working with the functionality I need. The problem was I took code from InfragProperties samples and looks doesn't work, but looking the Infrag videos about WebDlg I changed the position of the Update Panel and the Triggers and now the WebDialogWindow is shown as demanded pressing the right button and making the Postback only the WebDlgWind specified in the Update Panel.
Thanks.
Hi Garciama,
I am also facing the same problem. Can you please tell me the changes which you did in UpdatePanel and triggers?
Thanks,
Mits