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
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(); }
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.
I'm not certain why this would happen either. I would expect the content area of the WARP to be refreshed, not the whole page.
Can you reproduce this in an isolated sample application? If so, then please submit a support request so that a Developer Support Engineer can look into this in more detail.
Vince, just FYI - I've submitted a support request as you suggested:http://ko.infragistics.com/support/SubmitRequestConfirmation.aspx?RequestId=907a69b2-68cb-dd11-b077-000c29df9476
Thanks for the follow-up.
I can't determine your support case from the URL you posted, though from looking up your user details I believe this is case number CAS-12966-741UQG. A Developer Support Engineer is looking into this and will contact you with what we find.
Ok I've got the response from Infragistics Support posting it here:
Hello Dee, I was able to duplicate the flashing behavior that you noted for the WebAsyncRefreshPanel during the refresh when using IE 6, although the same behavior was not visible when using IE 7 or Firefox.