Hi
I have a warp panel. Inside the panel there is a webgrid and outside a "save" button (which triggers the panel refresh) .
If the user dbl clicks the grid, I would show a webdialogwindow with a msg for the user.
The problem is:
If i use a warp panel and the user dbl clicks on the grid the webdialogwindow does NOT appear .
If i remove the warp panel and the user dbl clicks on the grid the webdialogwindow DOES appear
Am I doing something wrong??
wdwPrint.WindowState =
Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal;
to show the webdialog)
That surprises me. This rules out WARP as a possible cause of this issue.
Can you reproduce this in a consice sample application that we can run and debug? If so, I recommend you submit a support request and attach this sample to your request. A Developer Support Engineer will research this issue using your sample, and will work with you to identify a resolution.
thanks for your answer....
anyway..it does NOT work with updatepane too!! :-(
What happens if you replace WARP with an UpdatePanel in this scenario?
WebDialogWindow is built atop of our Aikido framework, which uses MS AJAX Extensions technology. WebAsyncRefreshPanel uses a different AJAX architecture, and is not compatible with MS AJAX Extensions.
Even if switching to an UpdatePanel doesn't resolve your immediate issue, I suggest you make this change anyway.