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
295
Refresh of the warp causes the whole page to blink
posted

When my warp.refresh method is triggered, my whole page blinks and then the content of the warp is updated.

Is there a way to prevent that blink?

 

Thanks

Parents
No Data
Reply
  • 295
    posted

     Anybody there from Infragistics?

    If trigger the warp refresh from the client side by this function:

    function ddl_ChartNameChange()

    var warp = ig_getWebControlById('WebAsyncRefreshPanel1');

    if(warp)

    {

    warp.refresh();

    }

    }

    why my whole page blinks?

    Isn't that we use warp  in order to update just that small part of the page not touching the rest of the page?

    From I was able to see async callback happens not a full postaback, but still don't know what might be the cause of page blink when the methid is called!?

     

    Any idea?

     

    Thanks. 

     

Children