Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
Warp panel and webdialog
posted

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??

( i use

wdwPrint.WindowState =

Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal;

 

to show the webdialog)

 

 

Parents
  • 45049
    posted

    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.

Reply Children